IPresentationManagerCreateComponentContentUnit(String, String, ISchema) Method
|
Creates a new component content unit
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIComponentContentUnit 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 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
IComponentContentUnitCreated component content unit
See Also