aspx:PhotoGalleryWidget
This component provides a slideshow of pictures loaded into the "Photo Gallery" related list of an Entity record.
Properties
| Property | Description |
|---|
| ReferenceId | This ID of the Entity record for which the photos should be shown. |
| Mode | Simple or Detailed; the default is "Simple". The Detailed mode shows photo names and descriptions, while Simple only shows the photos. |
| ViewMode | Photo size view mode. Possible values are "Original", "Preview" and "Thumbnail"; default is "Preview". |
| TimeoutDuration | The timeout time in milliseconds for viewing each image. The default is 3000. |
| PauseOnHover | true/false; should the slideshow pause when the user hovers over a photo, the default is: true. |
| Width | Width of the gallery. |
| Height | Height of the gallery. |
| Visible | Expression to evaluate if the Feeds component should be visible or not. |
Below is an example of how the component can be used:
<aspx:PhotoGalleryWidget runat='server' referenceId='<%# Model.Id %>' TimeoutDuration='5000' />