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: 6.0.0.0 (6.0.6225.27214)
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