IPresentationManagerCreateComponentContentUnit Method (String, String, IPage)
|
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IComponentContentUnit CreateComponentContentUnit(
string name,
string fieldName,
IPage contentBase
)
Function CreateComponentContentUnit (
name As String,
fieldName As String,
contentBase As IPage
) As IComponentContentUnit
IComponentContentUnit^ CreateComponentContentUnit(
String^ name,
String^ fieldName,
IPage^ contentBase
)
abstract CreateComponentContentUnit :
name : string *
fieldName : string *
contentBase : IPage -> IComponentContentUnit
Parameters
- name
- Type: SystemString
- fieldName
- Type: SystemString
- contentBase
- Type: Ingeniux.CMSIPage
Return Value
Type:
IComponentContentUnit[Missing <returns> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.CreateComponentContentUnit(System.String,System.String,Ingeniux.CMS.IPage)"]
See Also