Application.ParseURL Method

SharePoint Designer Developer Reference

Returns or sets a String that represents a specific section of the given URL as determined by the URLComponent argument.

Syntax

expression.ParseURL(Url, URLComponent)

expression   Required. A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Url Required String The URL to be parsed.
URLComponent Required URLComponent The component of the URL to be returned by the method.

Return Value
String

See Also