Click or drag to resize

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
)

Parameters

type
Type: SystemString
dt:type value

Return Value

Type: ISchemaFieldType
Field type with matching dt:type.
See Also