ILicenseManagerIsFeatureEnabled(LicenseFeature, String) 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,
out string status
)
Parameters
- feature LicenseFeature
- Feature to query.
- status String
- Status of the query. OKStatus in case query went well.
Return Value
BooleanTrue, if the provided license is found.
See Also