←Select platform

ComponentName Method

Summary

Gets the name of the component.

Syntax

C#
VB
C++
[WebGetAttribute(BodyStyle=0, 
   UriTemplate="?id={id}&domain={domain}&interface=ImplementationInformation&method=ComponentName" + "")] 
[OperationContractAttribute()] 
public Stream ComponentName( 
   string id, 
   string domain 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ImplementationInformation&method=ComponentName")> 
Function ComponentName( _ 
   ByVal id As String, _ 
   ByVal domain As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ImplementationInformation&method=ComponentName")] 
Stream^ ComponentName(  
   String^ id, 
   String^ domain 
)  

Parameters

id
The context manager id.

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

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