GlobalConfig2.GetGlobalResources Method (PIA)

Use this method to retrieve a list of all the names of the resources from the Resources table in the Administration database.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Configuration
…
Public Function GetGlobalResources() As _Recordset

[C#]

using Microsoft.CommerceServer.Interop.Configuration;
…
public _Recordset GetIfCollection();

Return Values

[Visual Basic .NET] If this method completes successfully, it returns a Recordset object. Each Field object in the recordset includes the name of a resource in the Resources table in the Administration database.

[C#] This method returns a _Recordset object. Each Field object in the recordset includes the name of a resource in the Resources table in the Administration database.

Exceptions

This method may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Configuration

Platforms: Windows 2000, Windows Server 2003

Assembly: CS_MSCSCfg (in cs_mscscfg.dll)

See Also

GlobalConfig2 Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.