Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetDocumentManager( _ 
ByVal file As String, _ 
ByVal physical_name As String, _ 
ByVal read_only As Boolean, _ 
ByRef err_message As String
) As IDocManager
This language is not supported or no code example is available.
public static IDocManager GetDocumentManager( 
string file
string physical_name
bool read_only
out string err_message 
)
This language is not supported or no code example is available.
public:  
static IDocManager^ GetDocumentManager( 
String^ file
String^ physical_name
bool read_only
String^& err_message 
)
This language is not supported or no code example is available.
public static function GetDocumentManager( 
file : String
physical_name : String
read_only : boolean
err_message : String 
) : IDocManager;
This language is not supported or no code example is available.

Parameters

file
Type: string

physical_name
Type: string

read_only
Type: bool

err_message
Type: string

Return Value

Type: IDocManager

.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