WebFile.Url Property
SharePoint Designer Developer Reference |
Returns a String that represents the URL for a file in a Web site.
Syntax
expression.Url
expression Required. A variable that represents a WebFile object.
Remarks
URLs can be absolute or relative. An absolute URL contains the exact path to the specified object while a relative URL may contain characters such as "../..", "?", or ";" depending on the URL access scheme used to parse the relative URL. The Microsoft Office SharePoint Designer object model always uses absolute URLs. For more information on URLs, see Understanding Absolute and Relative URL Addressing.
See Also