메소드 | 설명 | |
---|---|---|
Add_HTML_Based_Content ( |
Add a new HTML based web content page or redirect to the system
|
|
Add_Milestone ( |
Add a milestone to a static HTML page or redirect
|
|
Delete_HTML_Based_Content ( |
Delete a non-aggregational top-level web content, static HTML page or redirect
|
|
GetUploadedImages ( |
[PUBLIC] Get the list of uploaded images for a particular aggregation This REST API should be publicly available for users that are performing administrative work |
|
Get_All ( |
Get the list of all the web content entities, including pages and redirects
|
|
Get_All_Controlled_Javascript ( |
Gets the list of all controlled javascript files in the system
|
|
Get_All_Controlled_Stylesheets ( |
Gets the list of all controlled stylesheet files in the system
|
|
Get_All_JDataTable ( |
Get the list of all the web content entities, including pages and redirects, for consumption by the jQuery DataTable.net plug-in
|
|
Get_All_NextLevel ( |
Gets the list of possible next level from an existing point in the pages AND redirects hierarchy
|
|
Get_All_Pages ( |
Get the list of all the web content pages ( excluding redirects )
|
|
Get_All_Pages_JDataTable ( |
Get the list of all the web content pages ( excluding redirects ) for consumption by the jQuery DataTable.net plug-in
|
|
Get_All_Pages_NextLevel ( |
Gets the list of possible next level from an existing point in the page hierarchy
|
|
Get_All_Redirects ( |
Get the list of all the global redirects
|
|
Get_All_Redirects_JDataTable ( |
Get the list of all the global redirects for consumption by the jQuery DataTable.net plug-in
|
|
Get_All_Redirects_NextLevel ( |
Gets the list of possible next level from an existing point in the redirects hierarchy
|
|
Get_All_Sitemaps ( |
Gets the list of all sitemaps in the system
|
|
Get_Global_Recent_Updates ( |
Get the list of all the recent updates to all (non aggregation affiliated) static web content pages
|
|
Get_Global_Recent_Updates_JDataTable ( |
Get the list of all the recent updates for consumption by the jQuery DataTable.net plug-in
|
|
Get_Global_Recent_Updates_NextLevel ( |
Gets the list of possible next level from an existing page in the recent updates
|
|
Get_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
|
|
Get_Global_Usage_Report ( |
Get usage of all web content pages between two dates
|
|
Get_Global_Usage_Report_JDataTable ( |
Get the list of usage for a global usage report for consumption by the jQuery DataTable.net plug-in
|
|
Get_Global_Usage_Report_NextLevel ( |
Gets the list of possible next level from an existing used page in a global usage report
|
|
Get_HTML_Based_Content ( |
Get top-level web content, static HTML, by primary key from the database or by URL
|
|
Get_HTML_Based_Content_By_ID ( |
Get top-level web content, static HTML, by primary key from the database
|
|
Get_HTML_Based_Content_By_URL ( |
Get top-level web content, static HTML, by URL
|
|
Get_Hierarchy ( |
Get the complete hierarchy of non-aggregational static web content pages and redirects, used for navigation
|
|
Get_Single_Milestones ( |
Get the list of milestones affecting a single (non aggregation affiliated) static web content page
|
|
Get_Single_Usage_Report ( |
Get the complete monthly usage for a single web content page
|
|
Get_Special_Missing_Page ( |
Gets the special missing web content page, used when a requested resource is missing
|
|
Has_Content_Pages ( |
Returns a flag indicating if there are any web content pages (excluding redirects) This is not the most efficient way to verify existence of the pages since this actually pulls the entire list of pages from the database. However, this will likely be cached and be needed immediately anyway. |
|
Has_Global_Recent_Updates ( |
Returns a flag indicating if there are any global recent updates to the web content entities (pages and redirects) This is not the most efficient way to verify existence of the updates since this actually pulls the entire list of recent updates from the database. However, this will likely be cached and be needed immediately anyway. |
|
Has_Global_Usage ( |
Returns a flag indicating if any usage has been reported for this instance's web content entities (pages and redirects)
|
|
Has_Pages_Or_Redirects ( |
Returns a flag indicating if there are any web content entities, including pages and redirects This is not the most efficient way to verify existence of the pages and redirects since this actually pulls the entire list of pages and redirects from the database. However, this will likely be cached and be needed immediately anyway. |
|
Has_Redirects ( |
Returns a flag indicating if there are any global redirects within the web content system This is not the most efficient way to verify existence of the rediects since this actually pulls the entire list of redirects from the database. However, this will likely be cached and be needed immediately anyway. |
|
Update_HTML_Based_Content ( |
Delete a non-aggregational top-level web content, static HTML page or redirect
|
메소드 | 설명 | |
---|---|---|
AreEqual ( string a, string b ) : bool | ||
datarow_to_basic_info ( |
||
datarow_to_page_usage ( |
||
datarow_to_webcontent_recent_changed_page ( |
||
get_all_content_entities ( |
Get the full data set of all top-level web content entities, including pages and redirects
|
|
get_all_content_pages ( |
Get the full data set of all top-level static pages (excluding redirects)
|
|
get_all_redirects ( |
Get the full data set of all global redirects
|
|
get_global_recent_updates_set ( |
Get the full data set of all global recent updates to any top-level static pages
|
|
get_global_usage_report_dataset ( int Year1, int Month1, int Year2, int Month2, |
Get the full data set of all top-level static pages (excluding redirects)
|
|
read_source_file ( SobekCM.Core.WebContent.WebContent_Basic_Info BasicInfo, |
Helper method retrieves HTML web content
|
public Add_HTML_Based_Content ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
RequestForm | ||
IsDebug | bool | |
리턴 | void |
public Add_Milestone ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
RequestForm | ||
IsDebug | bool | |
리턴 | void |
public Delete_HTML_Based_Content ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
RequestForm | ||
IsDebug | bool | |
리턴 | void |
public GetUploadedImages ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_Controlled_Javascript ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_Controlled_Stylesheets ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_JDataTable ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_NextLevel ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_Pages ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_Pages_JDataTable ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_Pages_NextLevel ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_Redirects ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_Redirects_JDataTable ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_Redirects_NextLevel ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_All_Sitemaps ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Global_Recent_Updates ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Global_Recent_Updates_JDataTable ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Global_Recent_Updates_NextLevel ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Global_Recent_Updates_Users ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Global_Usage_Report ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Global_Usage_Report_JDataTable ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Global_Usage_Report_NextLevel ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_HTML_Based_Content ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_HTML_Based_Content_By_ID ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_HTML_Based_Content_By_URL ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Hierarchy ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Single_Milestones ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Single_Usage_Report ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Get_Special_Missing_Page ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Has_Content_Pages ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Has_Global_Recent_Updates ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Has_Global_Usage ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Has_Pages_Or_Redirects ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Has_Redirects ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
IsDebug | bool | |
리턴 | void |
public Update_HTML_Based_Content ( |
||
Response | ||
UrlSegments | List |
|
QueryString | ||
Protocol | Microservice_Endpoint_Protocol_Enum | |
RequestForm | ||
IsDebug | bool | |
리턴 | void |