Related_Images_ItemViewer Class
Item viewer displays the thumbnail images (i.e., related images) associated with a digital resource
Namespace: SobekCM.Library.ItemViewer.ViewersAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class Related_Images_ItemViewer : iItemViewer |
Remarks
Inheritance Hierarchy
Constructors
| Name | Description |
---|
 | Related_Images_ItemViewer | Constructor for a new instance of the Related_Images_ItemViewer class, used to display
the thumbnail images (i.e., related images) associated with a digital resource |
Methods
Properties
| Name | Description |
---|
 | Current_Page | Gets the current page for paging purposes |
 | First_Page_URL | Gets the url to go to the first page of thumbnails |
 | Go_To_Names | Gets the names to show in the Go To combo box |
 | ItemViewer_Behaviors | Gets the collection of special behaviors which this item viewer
requests from the main HTML subwriter. |
 | Last_Page_URL | Gets the url to go to the last page of thumbnails |
 | Next_Page_URL | Gets the url to go to the next page of thumbnails |
 | Page_Selector | Gets the flag that indicates if the page selector should be shown |
 | PageCount | Gets the number of pages for this viewer |
 | Previous_Page_URL | Gets the url to go to the preivous page of thumbnails |
 | ViewerBox_CssId | CSS ID for the viewer viewport for this particular viewer |
 | ViewerBox_InlineStyle | Any additional inline style for this viewer that affects the main box around this |
See Also