Click or drag to resize

ISchemaFieldProperty Method


Gets a field property by its name. Each property corresponds to an attribute on a pageelement.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
string Property(
	string propertyName
)

Parameters

propertyName  String
Name of the property

Return Value

String
Value of the property with matching name. If property doesn't exist, returns an empty string.
See Also