Table of Contents

Interface IFileList

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Provides a contract for managing a list of file names.

public interface IFileList

Methods

GetFileList()

Retrieves the current list of file names.

ReadOnlyCollection<string> GetFileList()

Returns

ReadOnlyCollection<string>

A read-only collection of file names.

SetFileList(ReadOnlyCollection<string>)

Sets the list of file names.

void SetFileList(ReadOnlyCollection<string> fileList)

Parameters

fileList ReadOnlyCollection<string>

A read-only collection of file names to set.