Table of Contents


aspx:PhotoGalleryWidget

This component provides a slideshow of pictures loaded into the "Photo Gallery" related list of an Entity record.

 

Properties

PropertyDescription
ReferenceIdThis ID of the Entity record for which the photos should be shown.
ModeSimple or Detailed; the default is "Simple". The Detailed mode shows photo names and descriptions, while Simple only shows the photos.
ViewModePhoto size view mode. Possible values are "Original", "Preview" and "Thumbnail"; default is "Preview".
TimeoutDurationThe timeout time in milliseconds for viewing each image. The default is 3000.
PauseOnHovertrue/false; should the slideshow pause when the user hovers over a photo, the default is: true.
WidthWidth of the gallery.
HeightHeight of the gallery.
VisibleExpression 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' />