Show / Hide Table of Contents

Interface IGetsDocumentReaderWriterForFile

An object which selects the correct implementation of IReadsAndWritesDocument for a specified filename or path.

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

Methods

| Improve this Doc View Source

GetDocumentProvider(String)

Gets the document reader/writer for the specified filename.

Declaration
IReadsAndWritesDocument GetDocumentProvider(string filenameOrPath)
Parameters
Type Name Description
System.String filenameOrPath

A document filename (optionally with its full path).

Returns
Type Description
IReadsAndWritesDocument

The document reader/writer.

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