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.5.94
Syntax
bool ViewBound { get; }

Property Value

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