iItemViewer Interface
Interface which all item viewer objects must implement
Namespace: SobekCM.Library.ItemViewer.ViewersAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public interface iItemViewer |
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 |
 | 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 |
 | Next_Page_URL | Gets the url to go to the next page |
 | Page_Selector | Gets the flag that indicates if the page selector should be shown, and which page selector |
 | PageCount | Gets the number of pages for this viewer |
 | Previous_Page_URL | Gets the url to go to the previous page |
 | 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