Share via


Initialize Method

Loads the global 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
Sub Initialize ( _
    bstrResourceName As String _
)
'Usage
Dim instance As IGlobalConfig
Dim bstrResourceName As String

instance.Initialize(bstrResourceName)
void Initialize(
    string bstrResourceName
)
void Initialize(
    String^ bstrResourceName
)
function Initialize(
    bstrResourceName : String
)

Parameters

  • bstrResourceName
    Type: System..::.String
    The name of the resource configuration object to load.

Remarks

Implemented by GlobalConfigFreeThreaded.Initialize (Initialize).

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

Permissions

See Also

Reference

IGlobalConfig Interface

IGlobalConfig Members

Microsoft.CommerceServer.Interop.Configuration Namespace