GetItemValues Method

Summary

Enables a participant in a common context session to obtain the value of one or more common subject context items.

Syntax
C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ContextData&method=GetItemValues&itemNames={it" + "emNames}&onlyChanges={onlyChanges}&contextCoupon={contextCoupon}")] 
public Stream GetItemValues( 
   string id, 
   string domain, 
   string[] itemNames, 
   bool onlyChanges, 
   int contextCoupon 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextData&method=GetItemValues&itemNames={itemNames}&onlyChanges={onlyChanges}&contextCoupon={contextCoupon}")> 
Function GetItemValues( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal itemNames() As String, _ 
   ByVal onlyChanges As Boolean, _ 
   ByVal contextCoupon As Integer _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextData&method=GetItemValues&itemNames={itemNames}&onlyChanges={onlyChanges}&contextCoupon={contextCoupon}")] 
Stream^ GetItemValues(  
   String^ id, 
   String^ domain, 
   array<String^>^ itemNames, 
   bool onlyChanges, 
   int contextCoupon 
)  

Parameters

id
The context manager id.

domain
The domain name of the site or organization that is being served by the located component.

itemNames
The name of the context item values to get.

onlyChanges
Enables a participant to instruct the context manager to filter which items it returns no matter what names were specified.

contextCoupon
The context coupon.

Return Value

The item values.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly