Table of Contents

Class UpdateAssetBinaryCommandArguments

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

Update asset's binary data command arguments.

public sealed class UpdateAssetBinaryCommandArguments
Inheritance
object
UpdateAssetBinaryCommandArguments
Extension Methods

Properties

Asset

Uploaded asset.

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