DitaTopicCompareDotNet setLicenseFile Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Sets the license file for use with Flexera licensing.

Namespace: DeltaXML.DitaCompareApi
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax

public void setLicenseFile(
	FileInfo licenseFile
)

Parameters

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

ExceptionCondition
com.deltaxml.dita LicenseExceptionThrown if there is a problem using the license file
com.deltaxml.dita LicenseSecurityExceptionThrown 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