IAppSettings.ValidateUriFormat Method

Relativity Import APIs
Validates that the URI is valid and returns a properly formatted URI string.

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

string ValidateUriFormat(
	string value
)

Parameters

value
Type: String
The URI value.

Return Value

Type: String
The properly formatted URI string.
See Also

Reference