IApplicationLicenseContentIsFormatCorrect Method |
Method to check contents sanity.
Conditions are checked with TermCheck.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxbool IsFormatCorrect(
Guid appGuid,
ref List<string> errors,
ref List<string> infos
)
Function IsFormatCorrect (
appGuid As Guid,
ByRef errors As List(Of String),
ByRef infos As List(Of String)
) As Boolean
bool IsFormatCorrect(
Guid appGuid,
List<String^>^% errors,
List<String^>^% infos
)
Parameters
- appGuid
- Type: SystemGuid
Guid of the running application. - errors
- Type: System.Collections.GenericListString
List of errors. - infos
- Type: System.Collections.GenericListString
List of infos.
Return Value
Type:
BooleanCorrectness
See Also