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 >> Core >> Client >> SobekEngineClient

SobekEngineClient Class



Gateway to all the endpoints exposed by the SobekCM engine and consumed by the application


Namespace: SobekCM.Core.Client
Assembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public static class SobekEngineClient

Remarks

This will not have access to the endpoints that are provided ONLY for use by the end user. This only contains the endpoints that are actually consumed by the web UI.

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Client..::..SobekEngineClient

Methods

  NameDescription
Public methodStatic memberRead_Config_File
Read the microservices configuration file

Properties

  NameDescription
Public propertyStatic memberAdmin
Admin-related endpoints exposed by the SobekCM engine
Public propertyStatic memberAggregations
Aggregation-related endpoints exposed by the SobekCM engine
Public propertyStatic memberBuilder
Builder-related endpoints exposed by the SobekCM engine
Public propertyStatic memberConfig_Read_Attempted
Flag indicates if an attempt was made to read the microservices configuration file
Public propertyStatic memberConfig_Read_Error
Flag indicates if an error was encountered while reading the microsservices configuration file
Public propertyStatic memberConfigObj
Public propertyStatic memberItems
Item-related endpoints exposed by the SobekCM engine
Public propertyStatic memberNavigation
Navigation-related endpoints exposed by the SobekCM engine
Public propertyStatic memberSearch
Search-related endpoints exposed by the SobekCM engine
Public propertyStatic memberWebContent
Web Content-related endpoints exposed by the SobekCM engine
Public propertyStatic memberWebSkins
Web skin-related endpoints exposed by the SobekCM engine

See Also



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