Table of Contents

Class UploadAssetsCommandResult

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

Result representing uploaded assets.

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

Constructors

UploadAssetsCommandResult()

public UploadAssetsCommandResult()

Properties

Assets

Uploaded assets.

public IList<AssetItem> Assets { get; set; }

Property Value

IList<AssetItem>