ILicenseManagerIsFeatureEnabled(LicenseFeature) Method |
Returns true, if the provided license is found.
Namespace: RAYLASE.SharedAssembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntaxbool IsFeatureEnabled(
LicenseFeature feature
)
Parameters
- feature LicenseFeature
- Feature to query.
Return Value
BooleanTrue, if the provided license is found.
See Also