CatalogPup Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Implements the methods in the IPup interface

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("670FCD99-F1C0-40D8-B1D0-EDADBE53DC46")> _
Public Class CatalogPup _
    Implements IDisposable
'Usage
Dim instance As CatalogPup
[ComVisibleAttribute(true)]
[GuidAttribute("670FCD99-F1C0-40D8-B1D0-EDADBE53DC46")]
public class CatalogPup : IDisposable
[ComVisibleAttribute(true)]
[GuidAttribute(L"670FCD99-F1C0-40D8-B1D0-EDADBE53DC46")]
public ref class CatalogPup : IDisposable
public class CatalogPup implements IDisposable

Remarks

Custom resources can be packaged into a file. A package is a specially formatted Commerce Server file. Each package is identified with a .pup extension. A package always contains a single site, which includes resource configuration data and the applications of a Commerce site. It can also include whatever files each resource chooses to package, though no special processing (such as DLL registration) will be performed during unpacking.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.CatalogPup

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CatalogPup Members

Microsoft.CommerceServer.Catalog Namespace

Other Resources

IPuP::CreateGroupResource [CS05]

IPuP::Delete [CS05]

IPuP::DeleteGroupResource [CS05]

IPuP::Export [CS05]

IPuP::Import [CS05]