Table of Contents

Class ParsedDocument

Namespace
Mythosia.Documents
Assembly
Mythosia.Documents.Abstractions.dll
public class ParsedDocument
Inheritance
ParsedDocument
Inherited Members

Constructors

ParsedDocument()

public ParsedDocument()

ParsedDocument(string)

public ParsedDocument(string content)

Parameters

content string

Properties

Content

public string Content { get; set; }

Property Value

string

Metadata

public Dictionary<string, string> Metadata { get; set; }

Property Value

Dictionary<string, string>