ISchemaFieldDefinitionsItemByID Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchemaFieldType ItemByID(
string id
)
Function ItemByID (
id As String
) As ISchemaFieldType
ISchemaFieldType^ ItemByID(
String^ id
)
abstract ItemByID :
id : string -> ISchemaFieldType
Parameters
- id
- Type: SystemString
The field type's internal ID.
Return Value
Type:
ISchemaFieldTypeField type with a matching internal ID. If this ID doesn't exist, returns null.
Remarks The internal ID is not the same as the
enum type of elements
See Also