Class UploadAssetsCommandArguments
Upload assets command arguments.
public sealed class UploadAssetsCommandArguments
- Inheritance
-
objectUploadAssetsCommandArguments
- 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.
Assets
Uploaded assets.
public IUploadedFilesCollection Assets { get; set; }
Property Value
FolderPath
Path of the folder to upload the assets to.
public string FolderPath { get; set; }
Property Value
- string
LibraryIdentifier
Identifier of the library to upload the assets to.
public int LibraryIdentifier { get; set; }
Property Value
- int