ISchemaFieldChildProperty Method
|
Gets a property of a child item of the field. Only applies to the
List element field type.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring ChildProperty(
string propertyName
)
Function ChildProperty (
propertyName As String
) As String
String^ ChildProperty(
String^ propertyName
)
abstract ChildProperty :
propertyName : string -> string Parameters
- propertyName String
- Name of the child property
Return Value
StringValue of the child property if it exists, empty if it doesn't.
RemarksFor fields that is are not
List elements, always returns an empty string.
See Also