| |
IERUExtensionSettingManagerThis interface provides access to extension configuration functionality within eRoom. An Extension Settings Manager object is available from various eRoom interfaces to control access to extensions at various scopes via the following interfaces: IERUSite, IERUCommunity, IERUSiteRoom, IERURoom and IERUPrincipalItem. Extensions must be installed on a site and deployed to individual eRoom servers using eRoom Server Admin (MMC). The IERUExtensionSettingManager interface controls access to extensions at a given scope. Settings from higher levels are inherited at lower levels. Once installed, an extension is said to be applied to the site. Extensions can be enumerated by getting the Site.ExtensionSettingManager.EffectiveExtensions() property. An IERUExtensionSetting interface represents a use of an extension at a given scope. Its Availability property controls the availability as defined by the scope. If an extension is inherited from a higher scope its Availability property would report NONE. The EffectiveAvailability property tells you the availability of the extension at this scope. |
Object |