Share via


CReplicationInstance.FilesMatched Property

Gets the number of files that were matched for the replication of a Commerce Server Staging (CSS) project.

object FilesMatched { get; }

Return Value

A read-only numeric value that indicates the number of files that were not replicated because they were already identical.

Remarks

A file is matched when its copy on the destination server is identical to its copy on the source server. In this case, CSS does not copy the file from the source to the destination, unless the value of the CReplicationClient.Force property is true. For information about this and other project flags, see the Flags property for the CReplicationProject object.

For a code example, see the Query method.

The CReplicationInstance.FilesMatched property corresponds to the COM property named ReplicationInstance.FilesMatched.

See Also

Other Resources

CReplicationInstance Class