IFileProvider Interface

Definition

Represents an interface that is implemented by classes to return a list of file paths.

public interface class IFileProvider
public interface IFileProvider
type IFileProvider = interface
Public Interface IFileProvider

Methods

GetFilePaths()

Returns a collection of fully qualified file path names.

Applies to