IProxy Methods |
The IProxy type exposes the following members.
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable) | |
DocumentObject | 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. | |
DocumentPath | 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. | |
ReplacePathParts | 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. |