mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

Web_Info Class



Class holds temporary values and web-specific values which assist with optimizing the display of a resource within the SobekCM web application


Namespace: SobekCM.Resource_Object
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
[SerializableAttribute]
public class Web_Info

Remarks

None of this data sohuld appear in the METS file, which differentiates this object from the Behaviors_Info object. This class is utilized by the web server to assist with some rendering and to generally improve performance by calculating and saving several values when building the resource object.

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object..::..Web_Info

Constructors

  NameDescription
Public methodWeb_Info
Constructor for a new instance of the Behaviors_Info class

Methods

  NameDescription
Public methodAdd_Pages_By_Sequence
Adds to the collection of pages by sequence
Public methodClear_Pages_By_Sequence
Clears the complete list of pages by sequence
Public methodGet_Download_Eligible_Files
Gets the list of all download eligible files for this package
Public methodGet_Thumbnail_Files
Gets the list of all possible thumbnail jpeg files for this package
Public methodGet_Valid_Viewer_Code
Gets a valid viewer code for this item, based on the requested viewer code and page
Public methodGet_Viewer
Gets the view object from this item based on the requested viewer code
Public methodSet_BibID_VID
Sets the BibID and VID in this child object, which is used to determine the default folder structure

Properties

  NameDescription
Public propertyAdditional_Work_Needed
Flag indicates additional work is needed
Public propertyAll_Related_Titles
Gets the related titles collection
Public propertyAssocFilePath
Gets and sets the associated file path for this item from the SobekCM Web database
Protected propertyBibID
Sets the bibliographic identifier
Public propertyFile_Root
Gets and sets the file root for this item from the SobekCM Web database
Public propertyGroupID
Gets and sets the group id for this item from the SobekCM Web database
Public propertyGUID
Gets or sets the GUID for this item
Public propertyImage_Root
Sets the greenstone image root
Public propertyItemID
Gets and sets the item id for this item from the SobekCM Web database
Public propertyLeft_To_Right
Flag indicates if this item should be displayed Left-to-Right, rather than the default Right-to-Left.
Public propertyPages_By_Sequence
Gets the collection of pages by sequence
Public propertyRelated_Titles_Count
Gets the number of related titles from the SobekCM database
Public propertyService_URL
Gets or sets the URL (non-PURL) for this item in this SobekCM Item
Public propertyShow_Validation_Errors
Flag determines if validation errors should be shown
Public propertySiblings
Gets and sets the item id for this item from the SobekCM Web database
Public propertySource_URL
Gets the Greenstone source URL
Public propertyStatic_Division_Count
Gets and sets the static division count for this item from the SobekCM Web database
Public propertyStatic_PageCount
Gets and sets the static page count for this item from the SobekCM Web database
Protected propertyVID
Sets the volume identifier
Public propertyViewer_To_File
Gets the collection of pages by sequence

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )