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.6.492
Syntax
ISchemaFieldType TextItemByType(
	string type
)

Parameters

type  String
dt:type value

Return Value

ISchemaFieldType
Field type with matching dt:type.
See Also