Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the Published Links list.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property PublishedLinksList As SPList
Get
'Usage
Dim instance As PublishingSite
Dim value As SPList
value = instance.PublishedLinksList
public SPList PublishedLinksList { get; }
Property Value
Type: Microsoft.SharePoint.SPList
Exceptions
| Exception | Condition |
|---|---|
| InvalidPublishingWebException | The site is not valid. The %1 document library is missing. |