ISchemaFieldDefinitionsTextItemByType Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

ISchemaFieldType TextItemByType(
	string type
)

Parameters

type
Type: SystemString
dt:type value

Return Value

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

Reference