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

WebContentServices Class



Endpoint supports services related to the static web content, CMS functionality


Namespace: SobekCM.Engine_Library.Endpoints
Assembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public class WebContentServices : EndpointBase

Inheritance Hierarchy

System..::..Object
  SobekCM.Engine_Library.Endpoints..::..EndpointBase
    SobekCM.Engine_Library.Endpoints..::..WebContentServices

Constructors

  NameDescription
Public methodWebContentServices
Initializes a new instance of the WebContentServices class

Methods

  NameDescription
Public methodAdd_HTML_Based_Content
Public methodAdd_Milestone
Public methodDelete_HTML_Based_Content
Delete a non-aggregational top-level web content, static HTML page or redirect
Public methodGet_All
Get the list of all the web content entities, including pages and redirects
Public methodGet_All_Controlled_Javascript
Gets the list of all controlled javascript files in the system
Public methodGet_All_Controlled_Stylesheets
Gets the list of all controlled stylesheet files in the system
Public methodGet_All_JDataTable
Get the list of all the web content entities, including pages and redirects, for consumption by the jQuery DataTable.net plug-in
Public methodGet_All_NextLevel
Gets the list of possible next level from an existing point in the pages AND redirects hierarchy
Public methodGet_All_Pages
Get the list of all the web content pages ( excluding redirects )
Public methodGet_All_Pages_JDataTable
Get the list of all the web content pages ( excluding redirects ) for consumption by the jQuery DataTable.net plug-in
Public methodGet_All_Pages_NextLevel
Gets the list of possible next level from an existing point in the page hierarchy
Public methodGet_All_Redirects
Get the list of all the global redirects
Public methodGet_All_Redirects_JDataTable
Get the list of all the global redirects for consumption by the jQuery DataTable.net plug-in
Public methodGet_All_Redirects_NextLevel
Gets the list of possible next level from an existing point in the redirects hierarchy
Public methodGet_All_Sitemaps
Gets the list of all sitemaps in the system
Public methodGet_Global_Recent_Updates
Get the list of all the recent updates to all (non aggregation affiliated) static web content pages
Public methodGet_Global_Recent_Updates_JDataTable
Get the list of all the recent updates for consumption by the jQuery DataTable.net plug-in
Public methodGet_Global_Recent_Updates_NextLevel
Gets the list of possible next level from an existing page in the recent updates
Public methodGet_Global_Recent_Updates_Users
Get the list of all users that have participated in the recent updates to all top-level static web content pages
Public methodGet_Global_Usage_Report
Get usage of all web content pages between two dates
Public methodGet_Global_Usage_Report_JDataTable
Get the list of usage for a global usage report for consumption by the jQuery DataTable.net plug-in
Public methodGet_Global_Usage_Report_NextLevel
Gets the list of possible next level from an existing used page in a global usage report
Public methodGet_Hierarchy
Get the complete hierarchy of non-aggregational static web content pages and redirects, used for navigation
Public methodGet_HTML_Based_Content
Get top-level web content, static HTML, by primary key from the database or by URL
Public methodGet_HTML_Based_Content_By_ID
Get top-level web content, static HTML, by primary key from the database
Public methodGet_HTML_Based_Content_By_URL
Get top-level web content, static HTML, by URL
Public methodGet_Single_Milestones
Get the list of milestones affecting a single (non aggregation affiliated) static web content page
Public methodGet_Single_Usage_Report
Get the complete monthly usage for a single web content page
Public methodGet_Special_Missing_Page
Gets the special missing web content page, used when a requested resource is missing
Public methodGetUploadedImages
[PUBLIC] Get the list of uploaded images for a particular aggregation
Public methodHas_Content_Pages
Returns a flag indicating if there are any web content pages (excluding redirects)
Public methodHas_Global_Recent_Updates
Returns a flag indicating if there are any global recent updates to the web content entities (pages and redirects)
Public methodHas_Global_Usage
Returns a flag indicating if any usage has been reported for this instance's web content entities (pages and redirects)
Public methodHas_Pages_Or_Redirects
Returns a flag indicating if there are any web content entities, including pages and redirects
Public methodHas_Redirects
Returns a flag indicating if there are any global redirects within the web content system
Protected methodSerialize
Serialize the return object, according to the protocol requested
(Inherited from EndpointBase.)
Public methodUpdate_HTML_Based_Content

See Also



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