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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxAssetType? AssetType { get; }ReadOnly Property AssetType As AssetType?
Get
property Nullable<AssetType> AssetType {
Nullable<AssetType> get ();
}abstract AssetType : Nullable<AssetType> with get
Property Value
NullableAssetType
See Also