Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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 IGlobalConfig2
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 GlobalConfig2FreeThreaded.Initialize (Initialize).
Instantiates the configuration file with the SideID, Name, Description, Status, DateCreated, and DateModified.
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.