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.3.169
Syntax
string Property(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the property

Return Value

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