Table of Contents

Class LoadAssetFoldersResult

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

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
object
LoadAssetFoldersResult
Extension Methods

Constructors

LoadAssetFoldersResult()

public LoadAssetFoldersResult()

Properties

Folders

Loaded asset folders.

public IList<AssetFolderTreeViewItem> Folders { get; set; }

Property Value

IList<AssetFolderTreeViewItem>