Click or drag to resize

IPresentationManagerCreateComponentContentUnit(String, String, ISchema) Method


Creates a new component content unit

Namespace: Ingeniux.CMS.Presentation
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IComponentContentUnit CreateComponentContentUnit(
	string name,
	string fieldName,
	ISchema schema
)

Parameters

name  String
Name of the content unit
fieldName  String
Name of the actual field, must comply with XML element naming convention
schema  ISchema
The schema the content of this unit will be based on

Return Value

IComponentContentUnit
Created component content unit
See Also