IReplicationAdditionalLocation Interface Ingeniux CMS Content Store API

Represents a location that is not in the Publishing Target Folder, but will be replicated to a destination location during replication.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface IReplicationAdditionalLocation

The IReplicationAdditionalLocation type exposes the following members.

Properties

  NameDescription
Public propertySourceFullPath
Gets and sets the full path of the directory to be copied. This location can be on the local server drives or an network location that is accessible by a Network Services account on the server.
Public propertyTargetRelativePath
Gets and sets the relative location to the replication destination.
Top
Remarks

Additional locations allow deployment of files from other places to be copied to the deployment destination, so the CMS site XML folder doesn't have to hold every file the deployment needs.

See Also

Reference