GetChildInfos Method
Overloads
GetChildInfos() |
Returns the identifier and the type for each child in an app object. If the child contains extra properties in Full dynamic properties are optional and are returned if they exist in the definition of the object. |
GetChildInfos()
Returns the identifier and the type for each child in an app object. If the child contains extra properties in qInfos
, these properties are returned.
Full dynamic properties are optional and are returned if they exist in the definition of the object.
Declaration
public IEnumerable<NxInfo> GetChildInfos()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NxInfo> |