Share via


CReplicationClient.FastMode Property

Gets or sets a flag that determines whether Commerce Server Staging (CSS) files are replicated in fast mode or in frame mode.

Note

This property and the CReplicationClient object are used only to stage individual files. You cannot use this method to stage projects. Fast mode is not a supported feature. All replications are performed in frame mode. Do not set this property. This property is for internal use only by the CSS API.

Object FastMode { set; get; }

Return Value

true if files are replicated in fast mode; false if files are replicated in frame mode.

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

All files are replicated in frame mode, regardless of the value of this property. Do not change the value of the FastMode property.

Remarks

You must have CSS administrator or operator rights on the project to get or set this property.

The CReplicationClient.FastMode property corresponds to the COM property named ReplicationClient.FastMode.

See Also

Other Resources

CReplicationClient.Initialize Method

CReplicationClient Class