Share via


GetGlobalResources Method

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

See Also

Reference

IGlobalConfig2 Interface

IGlobalConfig2 Members

Microsoft.CommerceServer.Interop.Configuration Namespace