IPresentationManagerCreateComponentContentUnit(String, String, IPage) Method
|
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIComponentContentUnit 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 String
- fieldName String
- contentBase IPage
Return Value
IComponentContentUnit[Missing <returns> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.CreateComponentContentUnit(System.String,System.String,Ingeniux.CMS.IPage)"]
See Also