LicenseManagerIsEnabled Method

Spotfire 15.0 API Reference
Determines whether the specified licensed function is enabled.

Namespace:  Spotfire.Dxp.Framework.License
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public bool IsEnabled(
	LicensedFunction licensedFunction
)

Parameters

licensedFunction
Type: Spotfire.Dxp.Framework.LicenseLicensedFunction
The licensed function to query. May not be null.

Return Value

Type: Boolean
true if the specified licensed function is enabled; otherwise, false.
Exceptions

ExceptionCondition
ArgumentNullException If licensedFunction is null.
Version Information


See Also

Reference