OpenWGA 7.9 - TMLScript reference
CollectionResultProperty :
originalResult
| On object | CollectionResult |
| Usage |
Returns the original QueryResult or NavigatorResult of this collection result |
| Description |
This property is helpful if the current CollectionResult is a derived result and want to use some functionalty on the original CollectionResult object from which it was created. The returned CollectionResult is either a QueryResult or a NavigatorResult, depending on the fact if the collection was originally created via query or navigator. |
| Return value |
Original CollectionResult |
| Allowed in script types |
|