Class LoadAssetFoldersResult
Result representing data for the assets folders.
[Obsolete("Media libraries and their APIs are obsolete and will be discontinued in the future. Please migrate all media library files to Content hub and use their corresponding content item APIs.")]
public sealed class LoadAssetFoldersResult
- Inheritance
-
objectLoadAssetFoldersResult
- Extension Methods
Constructors
LoadAssetFoldersResult()
public LoadAssetFoldersResult()
Properties
Folders
Loaded asset folders.
public IList<AssetFolderTreeViewItem> Folders { get; set; }
Property Value
- IList<AssetFolderTreeViewItem>