ISchemaFieldDefinitionsTextItemByType Method
|
Retrieves a text element type by its standard "dt:type" value. These are standard schema types.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchemaFieldType TextItemByType(
string type
)
Function TextItemByType (
type As String
) As ISchemaFieldType
ISchemaFieldType^ TextItemByType(
String^ type
)
abstract TextItemByType :
type : string -> ISchemaFieldType
Parameters
- type
- Type: SystemString
dt:type value
Return Value
Type:
ISchemaFieldTypeField type with matching dt:type.
See Also