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.6.492
Syntax
ISchemaFieldTypeProperty Property(
	string name
)

Parameters

name  String
Name of exclusive property for this field type

Return Value

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