Interface IAssetsClient

Version: 4.0

Contains functionality for asset operations.

Namespace: StylelabsStylelabs.MSdkClients
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IAssetsClient

Properties

FinalLifeCycleManager

Gets the final life cycle manager.

Declaration
RequestResponse
IFinalLifeCycleManager FinalLifeCycleManager { get; }
Property Value
TypeDescription
IFinalLifeCycleManager

Methods

CreatePublicLinkAsync(long, string, DateTime?, string)

Creates a public link for the specified asset.

Declaration
RequestResponse
Task<long> CreatePublicLinkAsync(long assetId, string rendition, DateTime? expirationDate = null, string relativeUrl = null)
Parameters
TypeNameDescription
longassetId

The asset id.

stringrendition

The name of the rendition.

DateTimeexpirationDate

The expiration date of the public link.

stringrelativeUrl

The relative URL of the public link.

Returns
TypeDescription
Task<>long

The id of the public link entity.

Do you have some feedback for us?

If you have suggestions for improving this article,