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