Class UpdateAssetBinaryCommandArguments
Update asset's binary data command arguments.
public sealed class UpdateAssetBinaryCommandArguments
- Inheritance
-
objectUpdateAssetBinaryCommandArguments
- Extension Methods
Properties
Asset
Uploaded asset.
public IUploadedFile Asset { get; set; }
Property Value
LibraryIdentifier
Identifier of the library of the asset to update.
public int LibraryIdentifier { get; set; }
Property Value
- int
OriginalAssetIdentifier
Identifier of the asset to update.
public Guid OriginalAssetIdentifier { get; set; }
Property Value
- Guid