Interface IAsset
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
A strongly typed entity interface for assets.
Inherited Members
Namespace: Stylelabs.M.Sdk.Contracts.Content
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
FileName
Gets or sets the filename.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Gets or sets the title.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
GetDescription(CultureInfo)
Gets the description.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture |
Culture of the description. |
Returns
| Type | Description |
|---|---|
| System.String |
The description in specified culture. |
GetFinalLifeCycleStatusAsync()
Gets the final life cycle status.
Declaration
Returns
| Type | Description |
|---|---|
| Task<System.Nullable<FinalLifeCycleStatus>> |
The status or null when the relation wasn't loaded. |
SetDescription(CultureInfo, String)
Sets the description.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture |
Culture of the description. |
| System.String | description |
The description. |