Share via


.NET Framework Staging Reference

This section describes the Commerce Server Staging (CSS) classes and enumerations.

Dd451431.alert_caution(en-US,CS.90).gifImportant Note:

CSS commands require the user who is calling a method or reading a property to have CSS operator rights. In some cases, you must have CSS administrator rights. These latter cases are noted in the Remarks section of the method or property. For information about CSS user rights, see How Are Permissions Granted to CSS Authentication Accounts?

Although the CSS classes are implemented as COM classes, there is a .NET Framework class that corresponds to each COM class. The topics in this section describe the .NET Framework classes. Each topic identifies the programmatic identifier (ProgID), class identifier (CLSID), and name of the COM class that corresponds to the .NET Framework class.

The following table briefly describes the CSS classes.

Class

Description

CReplicationClient

Manages the replication of individual files.

CReplicationClientError

Tracks error information for replications that are performed by using the CReplicationClient object.

CReplicationEventSinkConfig

Manages the configuration of an event sink.

Dd451431.alert_note(en-US,CS.90).gifNote:
This class supports CSS, but most of its members are for Microsoft internal use only.

CReplicationInstance

Provides information about individual replications.

CReplicationItem

Provides access to individual replication items in a project.

CReplicationProject

Handles the administration of replication projects.

CReplicationRoute

Handles the administration of replication routes.

CReplicationSchedule

Manages the frequency and schedule of replications.

CReplicationServer

Handles the administration of CSS servers.

The following table briefly describes the CSS enumerations.

Enumeration

Description

CSS_PROJECT_CREATION

Specifies whether to open an existing CSS project or create a new CSS project.

CSS_SCHEDULE_ACTION

Specifies whether to replicate a CSS project or apply the changes that were already made by a previous replication.

CSS_SERVER_TYPES

Specifies the type of a CSS server.

See Also

Other Resources

Developing with the Staging System

COM Staging Examples

Commerce Server Staging Reference