PublishingSite.PublishedLinksList Property
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. |