Click or drag to resize
MsiLicenseIsLicensed Method (String, KeyFlag)
Returns True if specified license file is licensed (given optional application module), otherwise returns False.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool IsLicensed(
	string fileName,
	KeyFlag flag = KeyFlag.NONE
)

Parameters

fileName
Type: SystemString
License file path.
flag (Optional)
Type: KeyFlag

Return Value

Type: Boolean
Remarks