GlobalSettingsManager Class

Service for managing system settings.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/globalsettingsmanager/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class GlobalSettingsManager : WebService
Inheritance
Object    MarshalByValueComponent    WebService    GlobalSettingsManager

Constructors

GlobalSettingsManagerInitializes a new instance of the GlobalSettingsManager class

Methods

GetAllLinksOptionVisibility Get all links option visibility settings.
GetAutoFilingSettings Get auto-filing settings.
GetControlFieldSettings Get Document/Version Control Field settings.
GetDefaultFTSConfig Return default configuration of FullTextSearch service.
GetDisplayEnableOfflineButtonFromWebConfig This method is obolete. Use the OptionsManager instead.
GetDisplayLicenseWarningFromWebConfig This method is obolete. Use the OptionsManager instead.
GetDocumentUrlTypes Get the document url types.
GetEmailAttachmentAndLinkTypeSettings Get email attachment and link type settings.
GetEmailAttachmentSettings Get email attachment settings.
GetEmailSettings Get the system email account settings.
GetFTSConfig Return current configuration of FullTextSearch service.
GetMultipleWorkflowsSettings Get multiple workflows settings.
GetPermanentDeleteSettings Get permanent document deletion scheduling.
GetSearchSettings 
GetSystemSettings Get various system settings.
GetWorkflowInterfaceSettings Get workflow interface settings with user context.
GetWorkflowInterfaceSettingsInSystem Get workflow interface settings without user context.
InsertDocumentUrlType Insert the document url type.
IsOutboundEmailSet Checks if the outbound email settings are valid.
IsSerchRawQueryMinimumAllowedRole Check is the user is allowed to execute raw full text search queries.
RemoveDocumentUrlType Remove the document url type.
SetAllLinksOptionVisible Set all links option visibility.
SetAutoFilingSettings Set auto-filing settings.
SetControlFieldSettings Set Document/Version Control Field settings.
SetEmailAttachmentAndLinkTypeSettings Set email attachment and link type settings.
SetEmailAttachmentSettings Set email attachment settings.
SetEmailPassword Change the system email account password.
SetEmailSettings Change the system email account settings.
SetFTSConfig Change configuration of FullTextSearch service.
SetLanguagePreference Set language preference for the current user.
SetLinkDocumentOrdering Change the ordering of document url type.
SetMultipleWorkflowsSettings Set multiple workflows settings.
SetPermanentDeleteSettings Set permanent document deletion scheduling.
SetSearchSettings 
SetSystemSettings Set various system settings.
SetWorkflowInterfaceSettings Set workflow interface settings.
UpdateDocumentUrlType Change the definition of document url type.

Extension Methods

See Also