Table of Contents

Class LoadAssetFoldersCommandArguments

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

Load asset folders arguments.

[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 LoadAssetFoldersCommandArguments
Inheritance
object
LoadAssetFoldersCommandArguments
Extension Methods

Constructors

LoadAssetFoldersCommandArguments()

public LoadAssetFoldersCommandArguments()

Properties

FolderPath

Path of the parent folder.

public string FolderPath { get; set; }

Property Value

string

IsSelected

Indicates if FolderPath represents selected folder.

public bool IsSelected { get; set; }

Property Value

bool

LibraryIdentifier

Identifier of the library to load the folders from.

public int LibraryIdentifier { get; set; }

Property Value

int