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.6.492
Syntax
string ChildProperty(
	string propertyName
)

Parameters

propertyName  String
Name of the child property

Return Value

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