SPPictureLibrarySlideshowMode enumeration

Enumerates the order in which the pictures are displayed in the PictureLibrarySlideshowWebPart.

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

Syntax

'Declaration
Public Enumeration SPPictureLibrarySlideshowMode
'Usage
Dim instance As SPPictureLibrarySlideshowMode
public enum SPPictureLibrarySlideshowMode

Members

Member name Description
Sequential The pictures are displayed in the Web Part in sequential order.
Random The pictures are displayed in the Web Part in random order.

See also

Reference

Microsoft.SharePoint.WebPartPages namespace