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
Public Function GetGlobalResources As _Recordset
'Usage
Dim instance As GlobalConfig2FreeThreaded
Dim returnValue As _Recordset

returnValue = instance.GetGlobalResources()
public _Recordset GetGlobalResources()
public:
virtual _Recordset^ GetGlobalResources() sealed
public final function GetGlobalResources() : _Recordset

Return Value

Type: _Recordset
A collection of resources assigned to the site, from the Resources table.

Implements

IGlobalConfig2..::.GetGlobalResources()()()

Remarks

Implements IGlobalConfig2.GetGlobalResources (GetGlobalResources).

Each Field object in the recordset includes the Displayname of a resource in the Resources table in the Administration database.

Permissions

See Also

Reference

GlobalConfig2FreeThreaded Class

GlobalConfig2FreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace