Share via


CReplicationItem Class

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

Provides access to individual replication items in a Commerce Server Staging (CSS) project.

Properties

All the properties listed in the following table are read-only.

Property

Description

Attributes

Gets the attributes of the item, a file or IIS metabase item.

CreationTime

Gets the time when the item was created.

LastAccessTime

Gets the time when the item was most recently accessed.

LastModifiedTime

Gets the time when the item was most recently modified.

Name

Gets the name of the item.

SizeHigh

Gets the upper 4 bytes of the file size.

SizeLow

Gets the lower 4 bytes of the file size.

Remarks

You can access all the CReplicationItem objects for a CSS project by calling the EnumItems method on the CReplicationProject object for that project.

The following table provides additional information about this class.

Assembly

CSSAPILib

Namespace

Microsoft.CommerceServer.Staging.Interop

Bb520917.alert_note(en-US,CS.70).gifNote:
You must also add a using directive for the System.ServiceProcesses namespace.

Corresponding COM class

ReplicationItem

CLSID

83E7493A-B469-4EB8-A873-2BBC2DDF3C1B

ProgID

CssApi.ReplicationItem

See Also

Other Resources

Commerce Server Staging Reference

CReplicationProject Class

Commerce Server Staging Reference