Constructor with default reference mode as standard

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

Public Sub New( _ 
ByVal file_path As String, _ 
Optional ByVal mode As ReferenceMode = ReferenceMode.Standard _ 
)
This language is not supported or no code example is available.
public DocReference( 
string file_path
ReferenceMode mode = ReferenceMode.Standard 
)
This language is not supported or no code example is available.
public:  
DocReference( 
String^ file_path
ReferenceMode mode 
)
This language is not supported or no code example is available.
public function DocReference( 
file_path : String
mode : ReferenceMode 
);
This language is not supported or no code example is available.

Parameters

file_path
Type: string

mode
Type: ReferenceMode

.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