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.
Retrieve a list of all the names of the resources from the Resources table in the Administration database.
Namespace: Microsoft.CommerceServer.Interop.Configuration
Assembly: Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)
Syntax
'Declaration
Function GetGlobalResources As _Recordset
'Usage
Dim instance As IGlobalConfig2
Dim returnValue As _Recordset
returnValue = instance.GetGlobalResources()
_Recordset GetGlobalResources()
_Recordset^ GetGlobalResources()
function GetGlobalResources() : _Recordset
Return Value
Type: _Recordset
A collection of resources assigned to the site, from the Resources table.
Remarks
Implemented by GlobalConfig2FreeThreaded.GetGlobalResources (GetGlobalResources).
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.