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_ObjectAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Web_Info |
Remarks
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Web_Info | Constructor for a new instance of the Behaviors_Info class |
Methods
Properties
| Name | Description |
---|
| Additional_Work_Needed | Flag indicates additional work is needed |
| All_Related_Titles | Gets the related titles collection |
| AssocFilePath | Gets and sets the associated file path for this item from the SobekCM Web database |
| BibID | Sets the bibliographic identifier |
| File_Root | Gets and sets the file root for this item from the SobekCM Web database |
| GroupID | Gets and sets the group id for this item from the SobekCM Web database |
| GUID | Gets or sets the GUID for this item |
| Image_Root | Sets the greenstone image root |
| ItemID | Gets and sets the item id for this item from the SobekCM Web database |
| Left_To_Right | Flag indicates if this item should be displayed Left-to-Right, rather than the
default Right-to-Left. |
| Pages_By_Sequence | Gets the collection of pages by sequence |
| Related_Titles_Count | Gets the number of related titles from the SobekCM database |
| Service_URL | Gets or sets the URL (non-PURL) for this item in this SobekCM Item |
| Show_Validation_Errors | Flag determines if validation errors should be shown |
| Siblings | Gets and sets the item id for this item from the SobekCM Web database |
| Source_URL | Gets the Greenstone source URL |
| Static_Division_Count | Gets and sets the static division count for this item from the SobekCM Web database |
| Static_PageCount | Gets and sets the static page count for this item from the SobekCM Web database |
| VID | Sets the volume identifier |
| Viewer_To_File | Gets the collection of pages by sequence |
See Also