ImportAPI.GetFileUploadMode Method

Relativity Import APIs
Returns the UploadMode that will be used to upload files to the workspace specified by caseArtifactID.

Namespace:  kCura.Relativity.ImportAPI
Assembly:  Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax

public UploadTypeEnum GetFileUploadMode(
	int caseArtifactID
)

Parameters

caseArtifactID
Type: Int32
The artifact ID of the destination workspace.

Return Value

Type: UploadTypeEnum
The UploadTypeEnum value.

Implements

IImportAPI.GetFileUploadMode(Int32)
See Also

Reference