Leadtools.Ccow Namespace > SecureContextData Object : GetItemValues Method |
function Leadtools.Ccow.SecureContextData.getItemValues( participantCoupon , itemNames , onlyChanges , contextCoupon , appSignature )
Parameter | Type | Description |
---|---|---|
participantCoupon | int | The participant coupon of the application received from JoinCommonContext. |
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. |
appSignature | string | The applications digital signature. |
Type | Description |
---|---|
SecureItemValues | A SecureItemValues. |