Share via


_sFPUrl.Url field

A string specifying the server relative URL of a folder, document or page.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
Public Url As String
'Usage
Dim instance As _sFPUrl
Dim value As String

value = instance.Url

instance.Url = value
public string Url

Remarks

Instead of specifying every piece of a URL that fully defines how to find an object, a URL can be abbreviated to make it "relative" to a current location. Relative URLs are typically used when creating a Web site in which the pages in it refer to other pages within the Web site.

See also

Reference

_sFPUrl structure

_sFPUrl members

WebSvcSiteData namespace