Class UpdateAssetBinaryCommandArguments
Update asset's binary data command arguments.
[Obsolete("Media libraries and their APIs are obsolete and will be discontinued in the future. Please migrate all media library files to Content hub and use their corresponding content item APIs.")]
public sealed class UpdateAssetBinaryCommandArguments
- Inheritance
-
objectUpdateAssetBinaryCommandArguments
- Extension Methods
Constructors
UpdateAssetBinaryCommandArguments()
public UpdateAssetBinaryCommandArguments()
Properties
Asset
Uploaded asset.
[BindUploadedFile]
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