Click or drag to resize

ISchemaFieldTypeProperty Method


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

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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