Click or drag to resize

RelativeDocumentPath Methods

The RelativeDocumentPath type exposes the following members.

Methods
 NameDescription
Public methodClone 
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodStatic memberFromOldDeprecated 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodStatic memberGetNodeOrLeastResolveableNode Gets the node that is designated by the provided path or the least resolveable node.
Public methodStatic memberGetObject 
Public methodStatic memberGetRelativePathFromTo(IDocumentLeafNode, IDocumentLeafNode) Retrieves the relative path from the node
C#
startnode
to the node
C#
endnode
.
Public methodStatic memberGetRelativePathFromTo(IDocumentLeafNode, IDocumentLeafNode, IDocumentNode) Retrieves the relative path from the node
C#
startnode
to the node
C#
endnode
.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also