←Select platform

GetSecureItemNames Method

Summary

Enables a web participant in a common context session to obtain the names of common and secure subject the items in the common context.

Syntax

C#
VB
C++
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=GetItemNames&contextC" + "oupon={contextCoupon}")] 
[OperationContractAttribute()] 
public Stream GetSecureItemNames( 
   string id, 
   string domain, 
   int contextCoupon 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=GetItemNames&contextCoupon={contextCoupon}")> 
Function GetSecureItemNames( _ 
   ByVal id As String, _ 
   ByVal domain As String, _ 
   ByVal contextCoupon As Integer _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=SecureContextData&method=GetItemNames&contextCoupon={contextCoupon}")] 
Stream^ GetSecureItemNames(  
   String^ id, 
   String^ domain, 
   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.

contextCoupon
The context coupon.

Return Value

The context item names.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly