.NET Framework Class Library
RemoteAccess.DownloadFile Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > RemoteAccess Class > RemoteAccess Methods > .NET Framework Class Library |
With the Remote Access Mode enabled, Download a remote file in the local folders, with no need to have it registered in the database.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub DownloadFile ( _ localPathName As String, _ |
C# |
|---|
public void DownloadFile( string localPathName, |
Visual C++ |
|---|
public: void DownloadFile( |
JavaScript |
|---|
function downloadFile(localPathName, remoteCompanyID); |
Parameters
localPathName
Type: System.String
full path name as it appears on the Remote Company network
remoteCompanyID
Type: System.String
any valid COMPANY_ID declared in the DBW_COMPANY_INFO table
Remarks
See Also