AddByFilename Method
Definition
- Namespace
- Codebelt.Extensions.Swashbuckle.AspNetCore
- Assemblies
- Codebelt.Extensions.Swashbuckle.AspNetCore.dll
AddByFilename(IList<XPathDocument>, string)
Adds the specified path to the collection of documents.
public static IList<XPathDocument> AddByFilename(this IList<XPathDocument> documents, string path)
Parameters
documentsIList<XPathDocument>The collection of documents in XML format.
pathstringThe path to locate XML documentation files by.
Returns
- IList<XPathDocument>
A reference to
documentsso that additional calls can be chained.