MapCopyScope MembersDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation

The MapCopyScope type exposes the following members.
Methods

  NameDescription
Public methodgetDisplayDescription
Returns the user friendly String description of the MapCopyScope.
Public methodgetDisplayName
Returns the user friendly String name of the MapCopyScope.
Public methodStatic membergetMapCopyScope
Returns a MapCopyScope object from the supplied String value if appropriate.
Public methodStatic memberparseValue
Returns a MapCopyScope object from the supplied String value if appropriate.
Public methodtoString
Returns a String representation of MapCopyScope.
(Overrides EnumtoString .)
Public methodStatic membervalueOf
Returns the enum constant of this type with the specified name.
Public methodStatic membervalues
Returns an array containing the constants of this enum type, in the order they're declared.
Back to Top
Properties

  NameDescription
Public propertyStatic memberALL
All map level references (including external scope) are copied to the output directory.
Public propertyStatic memberLOCAL
References with local scope are copied to the output directory.
Public propertyStatic memberLOCAL_AND_PEER
References with local and peer scope are copied to the output directory.
Back to Top
See Also