IPresentationManagerCreateComponentContentUnit 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.3.169
Syntax IComponentContentUnit CreateComponentContentUnit(
string name,
string fieldName,
ISchema schema
)
Function CreateComponentContentUnit (
name As String,
fieldName As String,
schema As ISchema
) As IComponentContentUnit
IComponentContentUnit^ CreateComponentContentUnit(
String^ name,
String^ fieldName,
ISchema^ schema
)
abstract CreateComponentContentUnit :
name : string *
fieldName : string *
schema : ISchema -> IComponentContentUnit
Parameters
- name
- Type: SystemString
Name of the content unit - fieldName
- Type: SystemString
Name of the actual field, must comply with XML element naming convention - schema
- Type: Ingeniux.CMSISchema
The schema the content of this unit will be based on
Return Value
Type:
IComponentContentUnitCreated component content unit
See Also