Table of Contents

Class UpdateAssetBinaryCommandArguments

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

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
object
UpdateAssetBinaryCommandArguments
Extension Methods

Constructors

UpdateAssetBinaryCommandArguments()

public UpdateAssetBinaryCommandArguments()

Properties

Asset

Uploaded asset.

[BindUploadedFile]
public IUploadedFile Asset { get; set; }

Property Value

IUploadedFile

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