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
Code Details >> Library >> RequestCache

RequestCache Class



Class holds all the information about one specific request and the non-global data that is specifically needed to resolve the request.


Namespace: SobekCM.Library
Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public class RequestCache

Inheritance Hierarchy

System..::..Object
  SobekCM.Library..::..RequestCache

Constructors

Fields

  NameDescription
Public fieldCurrent_Mode
Mode / navigation information for the current request
Public fieldCurrent_User
Currently logged on user
Public fieldPaged_Results
Single page of results for a search or browse, within the entire set
Public fieldPublic_Folder
Object contains the information about the public folder to display
Public fieldResults_Statistics
Information about the entire set of results for a search or browse
Public fieldTop_Collection
Item aggregation for the top-level collection, which is used in a number of places, for example showing the correct banner, even when it is not the "current" aggregation
Public fieldTracer
Trace object keeps a list of each method executed and important milestones in rendering

Properties

  NameDescription
Public propertyHTML_Skin
HTML Web skin which controls the overall appearance of this digital library

See Also



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