DitaCompareDotNet RedistributionLicense Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Sets a redistribution license for use with subsequent compare operations.

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

public ulong[] RedistributionLicense { set; }

Property Value

Type:  UInt64 
Exceptions

ExceptionCondition
com.deltaxml.dita LicenseException if a problem is detected with the bytes representing a license.
Remarks

DeltaXML Redistribution or 'OEM' customers should use this method in conjunction with supplied code which is typically compiled and integrated into their own products. The supplied code provides examples of usage. This method is not intended to be used by other types of license/customer.

A LicenseException should always contain a nested exception or cause containing further details of the underlying issue. This will be typically one of: LicenseContentException, VersionException, CPUCountException, LicenseSecurityException, LicenseExpiredException, LicenseNotYetValidException, and InvalidLicenseException

Note that some of the exceptions thrown here can also be thrown by a compare method. For example, it may be the case a license has not expired when calling this method, but for long running app-server processes may have expired when calling compare methods later.

See Also