SourceProviderConfiguration Class

Relativity Integration Points API
Represents configurations for a source provider.
Inheritance Hierarchy

System.Object
  kCura.IntegrationPoints.Contracts.SourceProviderConfiguration

Namespace:  kCura.IntegrationPoints.Contracts
Assembly:  kCura.IntegrationPoints.Contracts (in kCura.IntegrationPoints.Contracts.dll) Version: 10.2.0.0 (10.2.0.0)
Syntax

C#
[SerializableAttribute]
public class SourceProviderConfiguration

The SourceProviderConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodSourceProviderConfiguration
Initializes new instance of SourceProviderConfiguration.
Top
Properties

  NameDescription
Public propertyAlwaysImportNativeFileNames
Gets or sets a Boolean value used in a configuration to determine whether the name of the native file should be imported.
Public propertyAlwaysImportNativeFiles
Gets or sets a Boolean value used in a configuration to determine whether native files should be linked to or imported into Relativity.
Public propertyCompatibleRdoTypes
Gets or sets a list of GUIDs for RDOs that the provider is compatible with.
Public propertyOnlyMapIdentifierToIdentifier
Get or sets a Boolean value that prevents a user from mapping an identifier field to a non-identifier field.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference