Table of Contents

Class UpdateAssetBinaryCommandResult

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

Result representing updated asset.

[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 UpdateAssetBinaryCommandResult
Inheritance
object
UpdateAssetBinaryCommandResult
Extension Methods

Constructors

UpdateAssetBinaryCommandResult()

public UpdateAssetBinaryCommandResult()

Properties

Asset

Updated asset.

public AssetItem Asset { get; set; }

Property Value

AssetItem