Click or drag to resize

ILicenseManagerIsFeatureEnabled(LicenseFeature) Method

Returns true, if the provided license is found.

Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
bool IsFeatureEnabled(
	LicenseFeature feature
)

Parameters

feature  LicenseFeature
Feature to query.

Return Value

Boolean
True, if the provided license is found.
See Also