Show / Hide Table of Contents

Interface IHasDocumentSourceInfo

An object which may provide information about the source of a document (for example a file on disk).

Namespace: ZptSharp.Dom
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IHasDocumentSourceInfo

Properties

| Improve this Doc View Source

SourceInfo

Gets information which indicates the original source of the document (for example, a file path).

Declaration
IDocumentSourceInfo SourceInfo { get; }
Property Value
Type Description
IDocumentSourceInfo

The source info.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX