PublishingWeb.ImagesLibrary Property

Gets the specified Images list of the current PublishingWeb object.

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

Syntax

'Declaration
Public ReadOnly Property ImagesLibrary As SPDocumentLibrary
    Get
'Usage
Dim instance As PublishingWeb
Dim value As SPDocumentLibrary

value = instance.ImagesLibrary
public SPDocumentLibrary ImagesLibrary { get; }

Property Value

Type: Microsoft.SharePoint.SPDocumentLibrary
Returns SPDocumentLibrary.

See Also

Reference

PublishingWeb Class

PublishingWeb Members

Microsoft.SharePoint.Publishing Namespace