Click or drag to resize

IProxy Methods

The IProxy type exposes the following members.

Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
Public methodDocumentObject Returns the document node. If the stored doc node is null, it is tried to resolve the stored document path. If that fails too, null is returned.
Public methodDocumentPath Gets the path to the document, if the DocumentObject is or was part of the document. For non-document objects, an empty path is returned.
Public methodReplacePathParts This functionality is provided only for document nodes. For non-document nodes, this function does nothing. Replaces parts of the path of the document node by another part. If the replacement was successful, the original document node is cleared. See ReplacePathParts for details of the part replacement.
Top
See Also