Child |
public class ChildDocumentExpander
The ChildDocumentExpander type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildDocumentExpander | Initializes a new instance of the ChildDocumentExpander class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| ExpandDocumentToNewDocument(TextDocument, Int32, ListMarkdownError) | Expands the document to include child documents directly, and converting any graph to an image. This process is recursively, i.e. if the child documents contain child-child documents, they are expanded, too. | |
| ExpandDocumentToNewDocument(TextDocument, String, Int32, ListMarkdownError) | Expands the document to include child documents directly, leaving graphs as links, but changing their Uris appropriately. This process is recursively, i.e. if the child documents contain child-child documents, they are expanded, too. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |