Enumerates the order in which the pictures are displayed in the PictureLibrarySlideshowWebPart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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. |