SetDownloadedPath Method
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate Namespace > XsnLocation Class : SetDownloadedPath Method



path
The full path of the downloaded file.

Glossary Item Box

Sets the DownloadedPath property of the base class.

Syntax

Visual Basic (Declaration) 
Protected Sub SetDownloadedPath( _
   ByVal path As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XsnLocation
Dim path As String
 
instance.SetDownloadedPath(path)
C# 
protected void SetDownloadedPath( 
   string path
)
C++/CLI 
protected:
void SetDownloadedPath( 
   String^ path
) 

Parameters

path
The full path of the downloaded file.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also