Share via


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 SiteConfigReadOnlyFreeThreaded
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

See Also

Reference

SiteConfigReadOnlyFreeThreaded Class

SiteConfigReadOnlyFreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace