UserGroupManagerGetAvailableViewerLicenses Method

Return the number of available Viewer licenses of the given type

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the number of available Viewer licenses of the given type")]
public int GetAvailableViewerLicenses(
	int viewerLicenseType,
	bool countUsers
)

Parameters

viewerLicenseType  Int32
countUsers  Boolean

Return Value

Int32

See Also