DitaCompareVersion getMajor Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Get the product's major version number.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

public virtual int getMajor()

Return Value

Type: Int32
the product's major version number.
Remarks

Get the product's major version number. This is used to identify significant changes to the interface, which may not be backwards compatible.
See Also