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# | Copy Code |
---|---|
public class AssetFolder |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class AssetFolder |
The type exposes the following properties.
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