ISchemaFieldDefinitionsItemByPrefix Method Ingeniux CMS Content Store API

Retrieves an Ingeniux properiatary field type by its prefix.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ISchemaFieldType ItemByPrefix(
	string prefix
)

Parameters

prefix
Type: SystemString
Prefix of field type

Return Value

Type: ISchemaFieldType
Field type with matching prefix. If this prefix doesn't exist, returns null.
Remarks

In addition to all XPower elements having corresponding prefixes like "xpowercomponent_" or "xpowernavigation_", HTML elements could have either "dhtml_" or "xhtml_" prefixes.

See Also

Reference