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