Show / Hide Table of Contents

Class StacFileSystemConfigurationExtensions

Inheritance
System.Object
StacFileSystemConfigurationExtensions
Namespace: Stac.Api.FileSystem.Extensions
Assembly: stacapi-fs.dll
Syntax
public static class StacFileSystemConfigurationExtensions : object

Methods

| Improve this Doc View Source

UseFileSystemProvider(IStacWebApiBuilder, String, Boolean)

Declaration
public static IStacWebApiBuilder UseFileSystemProvider(this IStacWebApiBuilder stacBuilder, string rootPath, bool createIfNotExists = false)
Parameters
Type Name Description
IStacWebApiBuilder stacBuilder
System.String rootPath
System.Boolean createIfNotExists
Returns
Type Description
IStacWebApiBuilder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX