Click or drag to resize

LicenseManagerIsFeatureEnabled(LicenseFeature, String) 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,
	out string status
)

Parameters

feature  LicenseFeature
Feature to query.
status  String
Status of the query. OKStatus in case query went well.

Return Value

Boolean
True, if the provided license is found.

Implements

ILicenseManagerIsFeatureEnabled(LicenseFeature, String)
See Also