Represents the configuration settings used for publishing documents to Relativity.
Inheritance Hierarchy
Relativity.Processing.Services.PublishSettings
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The PublishSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PublishSettings |
Properties
Name | Description | |
---|---|---|
![]() | AutoPublishSet |
Gets or sets a Boolean value indicating whether the processing set associated with this profile automatically publishes documents.
|
![]() | DefaultDestinationFolder |
Gets or sets the default destination folder or root folder where the processed documents are published.
|
![]() | UseSourceFolderStructure |
Gets or sets a Boolean value that indicates whether the folder structure of the source should be maintained when inserting documents into a repository after processing.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also