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

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