ISchemaFieldDefinitionsElementType Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchemaFieldType ElementType(
EnumElementType elementType
)
Function ElementType (
elementType As EnumElementType
) As ISchemaFieldType
ISchemaFieldType^ ElementType(
EnumElementType elementType
)
abstract ElementType :
elementType : EnumElementType -> ISchemaFieldType
Parameters
- elementType
- Type: Ingeniux.CMS.EnumsEnumElementType
Type of page element
Return Value
Type:
ISchemaFieldTypeField type with matching element type enum value.
Remarks See Also