Table of Contents

Class AssetItemData

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

Assets data.

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

Constructors

AssetItemData()

public AssetItemData()

Properties

Items

Collection of asset items.

public IEnumerable<AssetItem> Items { get; set; }

Property Value

IEnumerable<AssetItem>

TotalCount

Total number of the items.

public int TotalCount { get; set; }

Property Value

int