BaseTableOfContentsDataSource.AnchorWeb property

Gets or sets the URL from which to start gathering data.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property AnchorWeb As String
    Get
    Set
'Usage
Dim instance As BaseTableOfContentsDataSource
Dim value As String

value = instance.AnchorWeb

instance.AnchorWeb = value
public string AnchorWeb { get; set; }

Property value

Type: System.String
The website URL from which to start gathering data.

See also

Reference

BaseTableOfContentsDataSource class

BaseTableOfContentsDataSource members

Microsoft.SharePoint.Publishing.WebControls namespace