Table of Contents

Interface IAssetManager

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

Interface for handling basic assets actions.

[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 interface IAssetManager
Extension Methods

Methods

Delete(Guid)

Deletes the asset.

Task Delete(Guid assetIdentifier)

Parameters

assetIdentifier Guid

Asset identifier.

Returns

Task