Namespace: Contracts.DocManagement
Assembly: Contracts (in Contracts.dll)

Function Open( _ 
ByVal file_name As String, _ 
ByVal file As String, _ 
ByVal read_only As Boolean, _ 
ByVal index_only As Boolean
) As OperationResponse
This language is not supported or no code example is available.
OperationResponse Open( 
string file_name
string file
bool read_only
bool index_only 
)
This language is not supported or no code example is available.
 
OperationResponse^ Open( 
String^ file_name
String^ file
bool read_only
bool index_only 
)
This language is not supported or no code example is available.
function Open( 
file_name : String
file : String
read_only : boolean
index_only : boolean 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

file_name
Type: string

file
Type: string

read_only
Type: bool

index_only
Type: bool

Return Value

Type: OperationResponse

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1