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 imageCopy Code
                                  public class AssetFolder
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AssetFolder

The type exposes the following properties.

Public Properties

  Name Description
Public property AssetType
Gets the asset folder type.
Public property CacheFolder
Gets the cache folder.
Public property IsRelativeCacheFolder
Gets a boolean indicating whether the cache folder is relative to the Root (only applicable when AssetType equals LocalFolder).
Public property Name
Gets the friendly name of the asset folder.
Public property Root
Gets the root of the asset folder.

See Also

Advanced