UserGroupManagerGetAvailableLicenses(RoleType) Method

Get number of available licenses for given license type.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get number of available licenses for given license type.")]
public int GetAvailableLicenses(
	RoleType roleType
)

Parameters

roleType  RoleType

Return Value

Int32

See Also