ISchemaFieldChildProperty Method Ingeniux CMS Content Store API

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

Reference