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

UI_ApplicationCache_Gateway Class



Gateway to all the application-level cached data for the user interface


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

Syntax

C#
public static class UI_ApplicationCache_Gateway

Inheritance Hierarchy

System..::..Object
  SobekCM.Library.UI..::..UI_ApplicationCache_Gateway

Methods

  NameDescription
Public methodStatic memberResetAll
Resets all the application-level data
Public methodStatic memberResetDefaultMetadataTemplates
Clears the lists of globally defined default metadata sets and metadata input templates, so they will be refreshed next time they are requested
Public methodStatic memberResetSettings
Refresh the settings object by pulling the data back from the database
Public methodStatic memberWebContent_Hierarchy_Clear
Clear the cached web content hierarchy data

Properties

  NameDescription
Public propertyStatic memberAggregations
Get the aggregation code list object (or build the object and return it)
Public propertyStatic memberCollection_Aliases
Get the dictionary of collection aliases (or build the collection and return it)
Public propertyStatic memberConfiguration
Get the settings object (or build the object and return it)
Public propertyStatic memberGlobal_Default_Metadata
List of all the globally defined default metadata sets for this instance
Public propertyStatic memberIcon_List
Get the dictionary of icon/wordmarks (or build the collection and return it)
Public propertyStatic memberIP_Restrictions
Get the list of ip restriction ranges (or build the object and return it)
Public propertyStatic memberItem_Viewer_Priority
Get the list of item viewer priority (or build the collection and return it)
Public propertyStatic memberItems
Get the item lookup object (or build the object and return it)
Public propertyStatic memberLast_Refresh
Last time the date time value was refreshed
Public propertyStatic memberMime_Types
Get the dictionary of mime types (or build the collection and return it)
Public propertyStatic memberSearch_History
Get the search history (or build the object and return it)
Public propertyStatic memberSearch_Stop_Words
Get the list of search stop words for database searching (or build the collection and return it)
Public propertyStatic memberSettings
Get the settings object (or build the object and return it)
Public propertyStatic memberStats_Date_Range
Get the statistics date range (or build the object and return it)
Public propertyStatic memberTemplates
List of all the globally defined metadata templates within this instance
Public propertyStatic memberThematic_Headings
Get the list of thematic headings for database searching (or build the collection and return it)
Public propertyStatic memberTranslation
Get the translation object (or build the object and return it)
Public propertyStatic memberURL_Portals
Get the URL portal list object (or build the object and return it)
Public propertyStatic memberUser_Groups
Get the list of all user groups (or build the collection and return it)
Public propertyStatic memberWeb_Skin_Collection
Get the web skin collection object (or build the object and return it)
Public propertyStatic memberWebContent_Hierarchy
Get the complete hierarchy of non-aggregational static web content pages and redirects, used for navigation

See Also



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