Members
| Name | Description |
|---|---|
| GetItem(Int32, String) |
Returns a string with the data from the given element of a node. Both elements (data-fields)
and properties can be used - ie:
getItem(1, nodeName) will return a string with the name of the node with id=1 even though
nodeName is a property and not an element (data-field).
|
| GetItem(String) |
Returns a string with the data from the given element of the current node. Both elements (data-fields)
and properties can be used - ie:
getItem(nodeName) will return a string with the name of the current node/page even though
nodeName is a property and not an element (data-field).
|