Click or drag to resize

IContentUnitBuiltInView Method


Retrieves the Asset that contains the content of the "View" for rendering of this.

If a Content Unit has a built-in View, it will not seek "View" file in Dynamic Site Server "Views" folder anymore.

Built-in view gives Page Builder much more flexibility. Developers of the Content Unit can directly work on the "View", without ever leaving the CMS client.

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IAsset BuiltInView()

Return Value

Type: IAsset
The built-in Asset contains content of the rendering "View", or null if the Content Unit has no built-in View Asset
Remarks
Built-in View Asset is alway of the type View.
See Also