Interface IAssetsClient
Contains functionality for asset operations.
Namespace: StylelabsStylelabs.MSdkClients
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
FinalLifeCycleManager
Gets the final life cycle manager.
Declaration
Property Value
| Type | Description |
|---|---|
| IFinalLifeCycleManager |
Methods
CreatePublicLinkAsync(long, string, DateTime?, string)
Creates a public link for the specified asset.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| long | assetId | The asset id. |
| string | rendition | The name of the rendition. |
| DateTime | expirationDate | The expiration date of the public link. |
| string | relativeUrl | The relative URL of the public link. |
Returns
| Type | Description |
|---|---|
| Task<>long | The id of the public link entity. |
If you have suggestions for improving this article, let us know!