Click or drag to resize

UriTransformationStrategy Enumeration

The UriTransformationStrategy enum allows to specify how uris in source documents should be copied to generated output documents.

Namespace:  Altova.RaptorXml.Xbrl
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public enum UriTransformationStrategy
Members
  Member nameValueDescription
None0
MakeAbsolute1
MakeRelative2
KeepRelative3
See Also