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 |
---|---|
Gets the attributes of the item, a file or IIS metabase item. |
|
Gets the time when the item was created. |
|
Gets the time when the item was most recently accessed. |
|
Gets the time when the item was most recently modified. |
|
Gets the name of the item. |
|
Gets the upper 4 bytes of the file size. |
|
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
Note:
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 |