Click or drag to resize

IContentUnitCreateBuiltInView Method


Creates the built-in View Asset for this Content Unit

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IAsset CreateBuiltInView(
	out bool viewExists
)

Parameters

viewExists
Type: SystemBoolean
States whether the built-in view already exists

Return Value

Type: IAsset
The created, or already exist built-in view Asset
See Also