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
)
Function ChildProperty (
propertyName As String
) As String
String^ ChildProperty(
String^ propertyName
)
abstract ChildProperty :
propertyName : string -> string
Parameters
- propertyName
- Type: SystemString
Name of the child property
Return Value
Type:
StringValue 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