CommonComparator setLicenseFile Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets the license file for use with Flexera licensing.

Namespace: DeltaXML.CoreS9Api.Internals
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public void setLicenseFile(
	FileInfo licenseFile
)

Parameters

licenseFile
Type: System.IO FileInfo
the FlexLM format license file
Exceptions

ExceptionCondition
com.deltaxml.cores9api LicenseExceptionThrown if there is a problem using the license file
SecurityExceptionThrown if the file cannot be accessed
System.IO IOExceptionThrown if there are problems reading the file
Remarks

This can be either simple fixed host/user licensing, or a concurrent licensing containing the USE_SERVER directive
See Also