IAssetVersionAssetType Property
|
Gets the type of Asset this version object belongs to.
If it belongs to an Asset Folder, the type will be null.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Nullable<AssetType> AssetType { get; }
ReadOnly Property AssetType As Nullable(Of AssetType)
Get
property Nullable<AssetType> AssetType {
Nullable<AssetType> get ();
}
abstract AssetType : Nullable<AssetType> with get
Property Value
Type:
NullableAssetTypeSee Also