Click or drag to resize

IPresentationManagerCreateFieldContentUnit Method


Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IContentUnit CreateFieldContentUnit(
	string name,
	string fieldName,
	EnumElementType fieldType
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.CreateFieldContentUnit(System.String,System.String,Ingeniux.CMS.Enums.EnumElementType)"]

fieldName
Type: SystemString

[Missing <param name="fieldName"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.CreateFieldContentUnit(System.String,System.String,Ingeniux.CMS.Enums.EnumElementType)"]

fieldType
Type: Ingeniux.CMS.EnumsEnumElementType

[Missing <param name="fieldType"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.CreateFieldContentUnit(System.String,System.String,Ingeniux.CMS.Enums.EnumElementType)"]

Return Value

Type: IContentUnit

[Missing <returns> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.CreateFieldContentUnit(System.String,System.String,Ingeniux.CMS.Enums.EnumElementType)"]

See Also