VaultApplicationBaseGetApplicationLicenseStatus Method

Called to request the status information of the application.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual MFApplicationLicenseStatus GetApplicationLicenseStatus(
	bool newlicense,
	string license
)

Parameters

newlicense  Boolean
Use given license content instead of currently loaded
license  String
If newlicense=true, use this license content.

Return Value

MFApplicationLicenseStatus
Enumeration status

See Also