Checks whether the asset is view bound.
View bound assets are views that are attached to Presentation
Content Units and are published automatically.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxReadOnly Property ViewBound As Boolean
Get
property bool ViewBound {
bool get ();
}abstract ViewBound : bool with get
Property Value
Boolean
Example
Example of using ViewBound in a custom hook:
if(contentItem.ViewBound){
}
See Also