ISchemaFieldTypeProperty Method Ingeniux CMS Content Store API

Retrieves an exclusive property of the field type by its name.

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

ISchemaFieldTypeProperty Property(
	string name
)

Parameters

name
Type: SystemString
Name of exclusive property for this field type

Return Value

Type: ISchemaFieldTypeProperty
Exclusive property with matching name. Returns null if the property doesn't exist for this field type.
See Also

Reference