Click or drag to resize
IUserAccessiableBrowseTo Method
The function can be used in the start/end script in order to open a specific URL

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool BrowseTo(
	string inURL
)

Parameters

inURL
Type: SystemString
A URL that you want to open

Return Value

Type: Boolean
a bool
Examples
For the http://www.cnn.com the following code will open your browser and direct it to the URL that you specified BrowseTo("http://www.cnn.com");
See Also