IAssetIsExternal Property
|
Checks whether the asset is referencing an external asset.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ReadOnly Property IsExternal As Boolean
Get
property bool IsExternal {
bool get ();
}
abstract IsExternal : bool with get
Property Value
Type:
BooleanExamples
Example of using IsExternal in a custom hook:
if(contentItem.IsExternal){
}
See Also