Share via


IPipelineComponentAdmin Interface

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

To support third-party components in the Pipeline Editor, components must provide their own user interface code. The IPipelineComponentAdmin interface, in combination with the IPipelineComponentUI and IPipelineComponentSpecifyUI interfaces, provides an alternative to using the ISpecifyPropertyPages interface.

The IPipelineComponentAdmin interface supports the following methods:

Method

Description

GetConfigData

Returns a Dictionary object that contains the configuration settings for a component.

SetConfigData

Sets the configuration settings on a component using the contents of a Dictionary object.

Remarks

Header Pipecomp.h

Type Library: Microsoft Commerce Pipeline StdRetComp Type Library (Stdretcomp.dll)

IDL File: Pipecomp.idl