ISchemaFieldDefinitionsItem Method
|
Retrieves a field type by its name.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchemaFieldType Item(
string name
)
Function Item (
name As String
) As ISchemaFieldType
ISchemaFieldType^ Item(
String^ name
)
abstract Item :
name : string -> ISchemaFieldType
Parameters
- name
- Type: SystemString
Name of field type to retrieve
Return Value
Type:
ISchemaFieldTypeField type with matching name. If the field doesn't exist, returns null.
See Also