ISharePointServiceSupport.Url

Fore Syntax

Url: String;

Fore.NET Syntax

None;

Description

The Url property determines the absolute address of the SharePoint site.

Comments

Absolute address is a complete path that starts with protocol specification: http://server/[sites/]Web_site/Lists/list_name/AllItems.aspx.

Example

The example of use is given in description of the ISharePointSite.RootWeb method.

See also:

ISharePointServiceSupport