Click or drag to resize

LicenseManagerIsFeatureEnabled(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#
public bool IsFeatureEnabled(
	LicenseFeature feature
)

Parameters

feature  LicenseFeature
Feature to query.

Return Value

Boolean
True, if the provided license is found.

Implements

ILicenseManagerIsFeatureEnabled(LicenseFeature)
See Also