Click or drag to resize

GlobalConfigurationsServices Class


Provides the functionality to work with CMS application configurations.
Inheritance Hierarchy
SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceGlobalConfigurationsServices

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class GlobalConfigurationsServices : CMSContentServiceBase

The GlobalConfigurationsServices type exposes the following members.

Constructors
  NameDescription
Public methodGlobalConfigurationsServices
Initializes a new instance of the GlobalConfigurationsServices class
Top
Methods
  NameDescription
Public methodGetAssetTreeMenuConfig
Retrieves the configuration for Asset Tree context menu. It indicates what commands are available for current user on the Asset Tree.
Public methodGetGlobalCustomTabs
Retrieves the list of all global available custom tabs. These tabs will show in "Apps" pane on Ingeniux CMS Client UI.
Public methodGetGlobalExportNames
Retrieves the names of global exports. This call should be used to prevent local exports name conflicting with global exports.
Public methodGetHelpText
Retrieves the help text index for fields of given schema, or all schemas
Public methodGetToolbarConfig
Retrieves the avialable commands for current user to carry out on the user interface toolbar. Unlike Site Tree Menu config, toolbar command are not just page level commands.
Public methodGetTreeMenuConfig
Retrieves the configuration for Site Tree context menu. It indicates what commands are available for current user on the Site Tree.
Top
See Also