DitaMapTopicsetCompareDotNet StrictTaskModel Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Specifies whether inputs use the strict task model.

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

public bool StrictTaskModel { get; set; }

Property Value

Type: Boolean
Remarks

Specifies whether inputs use the strict task model.

If set to

, the order of elements underneath <taskbody> as specified in DITA 1.0/1.1 is enforced and corrected. Set to false if using DITA 1.2 or 1.3 with the general task model.

Default:

true

See Also