DeltaXML DITA Compare .NET API DocumentationThe MapCopyScope type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the MapCopyScope.
| |
| getDisplayName |
Returns the user friendly String name of the MapCopyScope.
| |
| getMapCopyScope |
Returns a MapCopyScope object from the supplied String value if appropriate.
| |
| parseValue |
Returns a MapCopyScope object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of MapCopyScope.
(Overrides EnumtoString .) | |
| valueOf |
Returns the enum constant of this type with the specified name.
| |
| values |
Returns an array containing the constants of this enum type, in the order they're declared.
|
Properties
| Name | Description | |
|---|---|---|
| ALL |
All map level references (including external scope) are copied to the output directory.
| |
| LOCAL |
References with local scope are copied to the output directory.
| |
| LOCAL_AND_PEER |
References with local and peer scope are copied to the output directory.
|
See Also