WebURL Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Returns the full URL to the Windows SharePoint Services subsite in which this page exists.

objWebPartPage.WebPartURL

Parameters

Parameter

Description

objWebPartPage

A reference to the WebPartPage Object.

Example 1: Microsoft Visual Basic Scripting Edition

Code

Set strWebURL = WPSC.WebPartPage.WebURL

Example 2: Microsoft Microsoft JScript

Code

var strWebURL = WPSC.WebPartPage.WebURL;

Requirements

Applies to: WebPartPage Object.

See Also

Other Resources

Web Part Page Services Component (WPSC) Object Model