Click or drag to resize

IConfigurationApi Methods

The IConfigurationApi type exposes the following members.

Methods
  Name Description
Public method Code example GetApiEndpoint Get the worker API endpoint.
Public method GetDataClasses Get all data classes
Public method GetDataClassesByProduct Get data classes by product
Public method GetDataClassesByTag Get data classes by tag
Public method GetDataSourceByName Get data source with the specified name.
Public method GetDataSources Get all existing data sources in our system.
Public method GetDataSourcesByProduct Get data sources by a product
Public method GetDataSourcesByTag Get data sources by a tag
Public method GetDataTriggers Get all Data triggers
Public method GetDataTriggersByProduct Get all Data triggers assigned with a specified product name.
Public method GetDataTriggersByTag Get all Data triggers assigned with a specified Tag.
Public method GetEventTriggers Get all Event triggers
Public method GetEventTriggersByProduct Get all Event triggers assigned with a specified product name.
Public method GetEventTriggersByTag Get all Event triggers assigned with a specified Tag.
Public method GetFiles Get all system files with informations.
Public method GetFilesByProduct Get system files with informations in provided product. If exist product, return suitable system files. Otherwise, return empty list.
Public method GetFilesByTag Get system files with informations in provided tag. If exist product, return suitable system files. Otherwise, return empty list.
Public method GetPages(Guid) Get all pages with workerSiteId.
Public method GetPages(String) Get all pages with worker uri.
Public method GetPlugins Get all system plugins with informations.
Public method GetPluginsByProduct Get plugins with informations in provided product. If exist product, return suitable plugins. Otherwise, return empty list.
Public method GetProducts Get all products with informations
Public method GetRules Get all rules
Public method GetRulesByProduct(String) Get rules by productName
Public method GetRulesByProduct(String, String) Get rules by product Name and Rule type
Public method GetRulesByType Get rules by type of rule
Public method Code example GetRuntimeApiEndPoint Get the worker runtime API endpoint.
Public method GetWebTriggers Get all Web triggers
Public method GetWebTriggersByProduct Get all Web triggers assigned with a specified product name.
Public method GetWebTriggersByTag Get all Web triggers assigned with a specified Tag.
Public method GetWidgetActions Get all widget actions with widgetId
Public method GetWidgets Get all widgets with page name.
Public method GetWorkerSites Get all worker sites with informations.
Public method GetWorkerSitesByProduct Get worker sites with informations in provided product.
Public method GetWorkflowDefinitions Get all workflow definition
Public method GetWorkflowDefinitionsByProduct Get workflow definitions by product Name
Public method GetWorkflowDefinitionsByTag Get workflow definitions by tag
Top
See Also