CatalogManager.CustomCatalogs

Ee798712.c++_on(en-US,CS.10).gifEe798712.vb_off(en-US,CS.10).gif

The CustomCatalogs property is a read-only recordset that describes the custom catalogs in the Product Catalog System, and the base catalogs on which they are based.

Definition

Property CustomCatalogs() As _Recordset

Parameters

None.

Error Values

This method sets the Number property of the global Err object to S_OK (&H00000000) to indicate success and to standard COM error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object. In particular, the Description property may contain a text description of the error.

Remarks

The Recordset object returned by this property is valid only if it was accessed successfully.

The Recordset object contains the following fields:

Field Data Type Description
CustomCatalogName String, 128 Characters None
CatalogName String, 128 Characters None
CustomCatalogID Integer The number that uniquely identifies a catalog.
TimeStamp timestamp None

The Recordset object is sorted on the CustomCatalogName field.

For more information about memory ownership issues related to COM property and method parameters, see Managing COM Parameter Memory.

See Also

CatalogManager Object

CatalogManager.Catalogs


All rights reserved.