LicenseManager IsEnabled Method TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool IsEnabled(
	LicensedFunction licensedFunction
)

Parameters

licensedFunction
Type: Spotfire.Dxp.Framework.License LicensedFunction
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
System ArgumentNullException If licensedFunction is null.
See Also