Click or drag to resize

IPresentationManager.CreateComponentContentUnit Method (String, String, ISchema)


Creates a new component content unit

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

Parameters

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

Return Value

Type: IComponentContentUnit
Created component content unit
See Also