Leadtools.Ccow Namespace > ContextData Object : GetItemValues Method |
function Leadtools.Ccow.ContextData.getItemValues( itemNames , onlyChanges , contextCoupon )
Parameter | Type | Description |
---|---|---|
itemNames | string | The name of the context item values to get. |
onlyChanges | bool | Enables a participant to instruct the context manager to filter which items it returns no matter what names were specified. When the value of onlyChanges is true, then the items that are returned are limited to only the context subjects whose items were set by the most recently committed context change transaction, or by the transaction in progress, as indicated by the value of contextCoupon. |
contextCoupon | int | The context coupon. |
Type | Description |
---|---|
Object | An array containing the common subject context item values. |