Class CompleteMassAssetUploadCommandArguments
Complete upload arguments.
public sealed class CompleteMassAssetUploadCommandArguments
- Inheritance
-
objectCompleteMassAssetUploadCommandArguments
- Extension Methods
Constructors
CompleteMassAssetUploadCommandArguments()
public CompleteMassAssetUploadCommandArguments()
Properties
ContentFolderId
Content folder ID.
public int? ContentFolderId { get; set; }
Property Value
- int?
FileIdentifier
File identifier under which the file is saved on the disk.
public string FileIdentifier { get; set; }
Property Value
- string
FileName
Uploaded file name with extension that is to be saved in content item asset metadata.
public string FileName { get; set; }
Property Value
- string
FileSize
File size in bytes.
public long FileSize { get; set; }
Property Value
- long
SkipAiraFeatures
Indicates whether to skip AIRA features (e.g., after insufficient credits encountered in batch).
public bool SkipAiraFeatures { get; set; }
Property Value
- bool
WorkspaceId
Workspace ID.
public int WorkspaceId { get; set; }
Property Value
- int