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
- bstrSiteName
Type: System..::.String
The name of the site.
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
- 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.
See Also
Reference
SiteConfigReadOnlyFreeThreaded Class