[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
)
domain
The domain name of the site or organization that is being served by the located component.
contextCoupon
The context coupon.
The item values.