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