Share via


MetadataDocument Class

Definition

Represents a document with a serialized metadata content.

public sealed class MetadataDocument
type MetadataDocument = class
Public NotInheritable Class MetadataDocument
Inheritance
MetadataDocument

Properties

LogicalPath

Gets the logical-path of the serialized document.

Style

Gets the style of the serialized content.

Methods

Create(MetadataSerializationStyle, Stream, String)

Create a new instance of MetadataDocument based on the content of the documnet, provided by the specified stream.

Create(MetadataSerializationStyle, TextReader, Encoding, String)

Create a new instance of MetadataDocument based on the content of the documnet, provided by the specified reader.

WriteTo(Stream)

Writes the content of the document into the specified stream.

WriteTo(TextWriter, Encoding)

Writes the content of the document into the specified text-writer.

Applies to