Click or drag to resize
IDownloadMgrDownloadFile Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string DownloadFile(
	string inURL,
	string inLocalPath,
	bool inOverride,
	string inPrompt,
	bool inAutoAdvance,
	bool inNoUI
)

Parameters

inURL
Type: SystemString
inLocalPath
Type: SystemString
inOverride
Type: SystemBoolean
inPrompt
Type: SystemString
inAutoAdvance
Type: SystemBoolean
inNoUI
Type: SystemBoolean

Return Value

Type: String
See Also