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 >> SobekCM_Assistant

SobekCM_Assistant Class



Class is a helper class that pulls much of the data needed for the processing of requests. Tries to retrieve from the cache, and if the data is not there, it will then build the object and try to store on the cache


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

Syntax

C#
public class SobekCM_Assistant

Inheritance Hierarchy

System..::..Object
  SobekCM.Library..::..SobekCM_Assistant

Constructors

  NameDescription
Public methodSobekCM_Assistant
Initializes a new instance of the SobekCM_Assistant class

Methods

  NameDescription
Public methodGet_All_Browse_Static_HTML
Pulls the static html url for a static html browse of all items in an aggregation, used for search engine robot requests
Public methodGet_Browse_Info
Gets the browse or info object and any other needed data for display ( resultset or text to display)
Public methodGet_HTML_Skin(Navigation_Object, Web_Skin_Collection, Boolean, Custom_Tracer)
Gets the HTML skin indicated in the current navigation mode
Public methodGet_HTML_Skin(String, Navigation_Object, Web_Skin_Collection, Boolean, Custom_Tracer)
Gets the HTML skin indicated in the current navigation mode
Public methodGet_Item(Navigation_Object, Item_Lookup_Object, String, Dictionary<(Of <<'(String, Wordmark_Icon>)>>), List<(Of <<'(String>)>>), User_Object, Custom_Tracer, SobekCM_Item%, Page_TreeNode%, SobekCM_Items_In_Title%)
Get a digital resource for display or for editing
Public methodGet_Item(String, Navigation_Object, Item_Lookup_Object, String, Dictionary<(Of <<'(String, Wordmark_Icon>)>>), List<(Of <<'(String>)>>), Custom_Tracer, User_Object, SobekCM_Item%, Page_TreeNode%, SobekCM_Items_In_Title%)
Get a digital resource for display or for editing
Public methodGet_Item_Static_HTML
Find the static html file to display for an item view request, when requested by a search engine robot for indexing
Public methodGet_Public_User_Folder
Retrieve the public user folder information and browse by user folder id
Public methodGet_Search_Results
Performs a search ( or retrieves the search results from the cache ) and outputs the results and search url used
Public methodGet_Simple_Web_Content_Text
Gets the simple CMS/info object and text to display
Public methodGet_User_Folder
Retrieve the (assummed private) user folder browse by user and folder name
Public methodStatic memberSplit_Clean_Search_Terms_Fields
Takes the search string and search fields from the URL and parses them, according to the search type, into a collection of terms and a collection of fields. Stop words are also suppressed here

See Also



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