LicenseContentBaseIsFormatCorrect Method

Method to check contents sanity.

Definition

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

Parameters

appGuid  Guid
Application Guid to require.
errors  ListString
List of errors.
infos  ListString
List of infos.

Return Value

Boolean
Correctness

Implements

IApplicationLicenseContentIsFormatCorrect(Guid, ListString, ListString)

See Also