Interface IAssetManager
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
GuidAsset identifier.
Returns
- Task