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.3.169
Syntax IAsset CreateBuiltInView(
out bool viewExists
)
Function CreateBuiltInView (
<OutAttribute> ByRef viewExists As Boolean
) As IAsset
IAsset^ CreateBuiltInView(
[OutAttribute] bool% viewExists
)
abstract CreateBuiltInView :
viewExists : bool byref -> IAsset
Parameters
- viewExists
- Type: SystemBoolean
States whether the built-in view already exists
Return Value
Type:
IAssetThe created, or already exist built-in view Asset
See Also