Provides the functionality to work with CMS application configurations.
Inheritance Hierarchy
CMSServicesBase
CMSContentServiceBase
IngeniuxCMServiceGlobalConfigurationsServices
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] [ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)] public class GlobalConfigurationsServices : CMSContentServiceBase
The GlobalConfigurationsServices type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GlobalConfigurationsServices |
Methods
Name | Description | |
---|---|---|
GetGlobalCustomTabs |
Retrieves the list of all global available custom tabs. These tabs will show in "Apps" pane on Ingeniux CMS Client UI.
| |
GetGlobalExportNames |
Retrieves the names of global exports.
This call should be used to prevent local exports name conflicting with global exports.
| |
GetHelpText |
Retrieves the help text index for fields of given schema, or all schemas
| |
GetToolbarConfig |
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.
| |
GetTreeMenuConfig |
Retrieves the configuration for Site Tree context menu. It indicates what commands are available for current user on the Site Tree.
|
See Also