Click or drag to resize

ILicenseInfoIsFeatureLicensed Method

Indicates if a specific feature is licensed.

Namespace:  PDTec.IceNet.Core.Runtime
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool IsFeatureLicensed(
	string feature
)

Parameters

feature
Type: SystemString
The feature name.

Return Value

Type: Boolean
true if the feature is licensed, otherwise false.
Remarks
If the method returns true, the caller should check is the feature is limited by number of users.
See Also