UnderlayHostGetFile
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public UnderlayFile GetFile(
string path,
string password
)
Public Function GetFile (
path As String,
password As String
) As UnderlayFile
public:
UnderlayFile^ GetFile(
String^ path,
String^ password
)
member GetFile :
path : string *
password : string -> UnderlayFile
Parameters
- path String
-
- password String
-
Return Value
UnderlayFile
See Also