Click or drag to resize

LicensingUtilsCheckFeatureLicensed Method

Checks if a specific feature is licensed.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static void CheckFeatureLicensed(
	IDatabaseRepository pRepository,
	string featureName
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
featureName
Type: SystemString
The feature name.
Exceptions
ExceptionCondition
LicenseExceptionif the feature is not licensed.
See Also