PreferenceManagerGetPreferenceT Method

TIBCO Spotfire 11.4 API Reference
Gets a preference that has been registered with the framework. Note that a preference must always have been registered during the initialization phase of an add-in for it to be returned by this method.

Namespace:  Spotfire.Dxp.Framework.Preferences
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
public T GetPreference<T>()
where T : PreferenceBase

Type Parameters

T
The type of the preference class which must be a PreferenceBase.

Return Value

Type: T
The instance of the preference class corresponding to T.
Exceptions

ExceptionCondition
InvalidOperationException If the preference cannot be found, that is, it is not registered.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference