UserGroupManagerGetLicensedUsersCountByType Method

Return number of licensed FileHold users with gien license type.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return number of licensed FileHold users with gien license type.")]
public int GetLicensedUsersCountByType(
	RoleType roleType
)

Parameters

roleType  RoleType
 

Return Value

Int32

See Also