Click or drag to resize

UserManagementUtilsIsLicensedNumberOfUsersReached Method

Determines if the number of licensed users has been reached. Use this method if you plan to create an additional user.

Namespace:  PDTec.IceNet.Domain.UserManagement
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static bool IsLicensedNumberOfUsersReached(
	IDatabaseRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.

Return Value

Type: Boolean
true if the number of licensed users is reached and another user cannot be created, false otherwise.
See Also