GetCatalogs Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Retrieves a list of all catalogs in the profiles data store, as well as all profiles in each catalog.
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin (in Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin.dll)
Syntax
'Declaration
Public Function GetCatalogs As DOMDocument
'Usage
Dim instance As BusinessDataAdminFreeThreaded
Dim returnValue As DOMDocument
returnValue = instance.GetCatalogs()
public DOMDocument GetCatalogs()
public:
DOMDocument^ GetCatalogs()
public function GetCatalogs() : DOMDocument
Return Value
Type: DOMDocument
An XML DOMDocument object that contains the catalogs.
Remarks
Returns an XML DOMDocument object with all of the catalogs.
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
BusinessDataAdminFreeThreaded Class