GetAppsInSite Method
Gets a list of Commerce Server applications for the specified site.
Namespace: Microsoft.CommerceServer.Interop.Configuration
Assembly: Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)
Syntax
'Declaration
Public Function GetAppsInSite ( _
ByRef strSiteName As String _
) As Object
'Usage
Dim instance As SiteConfigFreeThreaded
Dim strSiteName As String
Dim returnValue As Object
returnValue = instance.GetAppsInSite(strSiteName)
public Object GetAppsInSite(
ref string strSiteName
)
public:
Object^ GetAppsInSite(
String^% strSiteName
)
public function GetAppsInSite(
strSiteName : String
) : Object
Parameters
- strSiteName
Type: System..::.String%
The name of the site that is running Commerce Server applications that you want to retrieve.
Return Value
Type: System..::.Object
An array containing the names of each application in the site.
Remarks
Returns an array containing the names of each application in the specified site.
The Initialize method must be called before this method can be used.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.