Click or drag to resize

IAssetViewBound Property


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.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool ViewBound { get; }

Property Value

Boolean
Example
Example of using ViewBound in a custom hook:
C#
if(contentItem.ViewBound){
    //Additional Actions
}
See Also