Click or drag to resize

RelativeDocumentPath Methods

The RelativeDocumentPath type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a copy of this relative document path.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodStatic memberFromOldDeprecated Converts an older absolute-path representation into a relative document path.
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodStatic memberGetNodeOrLeastResolveableNode Gets the node that is designated by the provided path or the least resolveable node.
Public methodStatic memberGetObject Resolves the specified relative path starting from the given node.
Public methodStatic memberGetRelativePathFromTo(IDocumentLeafNode, IDocumentLeafNode) Retrieves the relative path from the node startnode to the node endnode.
Public methodStatic memberGetRelativePathFromTo(IDocumentLeafNode, IDocumentLeafNode, IDocumentNode) Retrieves the relative path from the node startnode to the node endnode.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also