getPropertyPath
Retrieves the value associated with a property path.
Declaration
Object getPropertyPath(
in String path
);Parameters
- path:
The dot-separated sequence of properties from the receiver. The path can contain array indexers. For example,
items[0].titlerefers to thetitleproperty stored in index location 0 in theitemsarray.
Return Value
The data item object contained in the path.