VaultApplicationBaseGetApplicationLicenseStatus Method |
Called to request the status information of the application.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual MFApplicationLicenseStatus GetApplicationLicenseStatus(
bool newlicense,
string license
)
Public Overridable Function GetApplicationLicenseStatus (
newlicense As Boolean,
license As String
) As MFApplicationLicenseStatus
public:
virtual MFApplicationLicenseStatus GetApplicationLicenseStatus(
bool newlicense,
String^ license
)
Parameters
- newlicense
- Type: SystemBoolean
Use given license content instead of currently loaded - license
- Type: SystemString
If newlicense=true, use this license content.
Return Value
Type:
MFApplicationLicenseStatusEnumeration status
See Also