Table of Contents

Class LoadAssetFoldersCommandArguments

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

Load asset folders arguments.

public sealed class LoadAssetFoldersCommandArguments
Inheritance
object
LoadAssetFoldersCommandArguments
Extension Methods

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