SessionManagerIsCurrentLicenseActive Method

Check if current system license is valid

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if current system license is valid")]
public bool IsCurrentLicenseActive(
	ref string[] features
)

Parameters

features  String
 

Return Value

Boolean

See Also