IApplicationLicenseContentIsFormatCorrect Method

Method to check contents sanity. Conditions are checked with TermCheck.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
bool IsFormatCorrect(
	Guid appGuid,
	ref List<string> errors,
	ref List<string> infos
)

Parameters

appGuid  Guid
Guid of the running application.
errors  ListString
List of errors.
infos  ListString
List of infos.

Return Value

Boolean
Correctness

See Also