LicenseManagerChangeEasyLicenseStatus Method

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Changes status of the Courier license file")]
public void ChangeEasyLicenseStatus(
	int licenseId,
	EasyLicenseStatus status,
	string password
)

Parameters

licenseId  Int32
 
status  EasyLicenseStatus
 
password  String
 

See Also