Class LoadAssetItemsCommandArguments
Arguments for loading a batch of asset grid items.
public sealed class LoadAssetItemsCommandArguments
- Inheritance
-
objectLoadAssetItemsCommandArguments
- Extension Methods
Properties
AllowedExtensions
Defines allowed file extensions to be returned.
public string AllowedExtensions { get; set; }
Property Value
- string
Remarks
Empty string allows all file extensions to be returned.
FolderPath
Path of the folder to load the assets from.
public string FolderPath { get; set; }
Property Value
- string
LibraryIdentifier
Identifier of the library to load the assets from.
public int LibraryIdentifier { get; set; }
Property Value
- int
PageIndex
Index of a page to get to define the batch.
public int PageIndex { get; set; }
Property Value
- int
PageSize
Size of the page to get to define the batch.
public int PageSize { get; set; }
Property Value
- int