Click or drag to resize

ISchemaFieldChildProperty Method


Gets a property of a child item of the field. Only applies to the List element field type.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
string ChildProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the child property

Return Value

Type: String
Value of the child property if it exists, empty if it doesn't.
Remarks
For fields that is are not List elements, always returns an empty string.
See Also