1. IAsset

Interface IAsset

A strongly typed entity interface for assets.

Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsContent
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IAsset : ITypedEntity, IEntity, IResource, IDirtyTracking

Properties

FileName

Gets or sets the filename.

Declaration
string FileName { get; set; }
Property Value
TypeDescription
string

Title

Gets or sets the title.

Declaration
string Title { get; set; }
Property Value
TypeDescription
string

Methods

GetDescription(CultureInfo)

Gets the description.

Declaration
string GetDescription(CultureInfo culture)
Parameters
TypeNameDescription
CultureInfoculture

Culture of the description.

Returns
TypeDescription
string

The description in specified culture.

GetFinalLifeCycleStatusAsync()

Gets the final life cycle status.

Declaration
Task<FinalLifeCycleStatus?> GetFinalLifeCycleStatusAsync()
Returns
TypeDescription
Task<>FinalLifeCycleStatus

The status or null when the relation wasn't loaded.

SetDescription(CultureInfo, string)

Sets the description.

Declaration
void SetDescription(CultureInfo culture, string description)
Parameters
TypeNameDescription
CultureInfoculture

Culture of the description.

stringdescription

The description.

If you have suggestions for improving this article, let us know!