ISchemaFieldProperty Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference