|
|
PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
| C# |
|
|---|---|
public class AssetFolder
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class AssetFolder
|
|
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
|
|
AssetFolder |
Public Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
AssetType |
Gets the asset folder type.
|
|
|
CacheFolder |
Gets the cache folder.
|
|
|
IsRelativeCacheFolder |
Gets a boolean indicating whether the cache folder is relative to the Root (only applicable when AssetType equals LocalFolder).
|
|
|
Name |
Gets the friendly name of the asset folder.
|
|
|
Root |
Gets the root of the asset folder.
|
See Also
Smartsite.Core.Assets Namespace