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