Share via


Initialize Method

Loads the site configuration from the Administration database.

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)

Syntax

'Declaration
Public Sub Initialize ( _
    bstrSiteName As String _
)
'Usage
Dim instance As SiteConfigReadOnlyFreeThreaded
Dim bstrSiteName As String

instance.Initialize(bstrSiteName)
public void Initialize(
    string bstrSiteName
)
public:
void Initialize(
    String^ bstrSiteName
)
public function Initialize(
    bstrSiteName : String
)

Parameters

Remarks

Instantiates the configuration file with the SideID, Name, Description, Status, DateCreated, and DateModified.

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