Application.ShowPickURLDialog Method

SharePoint Designer Developer Reference

Displays the the Edit Hyperlink dialog box and returns a String that represents the URL to the file that the user has selected in the Edit Hyperlink dialog box.

Syntax

expression.ShowPickURLDialog(strBaseURL, strFileURL)

expression   Required. A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
strBaseURL Optional Variant The base URL for the resulting hyperlink.
strFileURL Optional Variant The selected page for a new hyperlink. The user may change this by selecting a different page in the Edit Hyperlink dialog box.

Return Value
String

See Also