LicenseManagerSetLicenseFile Method

Update system license

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Update system license")]
public bool SetLicenseFile(
	byte[] fileBytes
)

Parameters

fileBytes  Byte
bytes of new license file

Return Value

Boolean

Remarks

License will be updated only if it is valid and has not expired.

See Also