CKFinder 3 – ASP.NET Connector Documentation
FileListResult Class Reference

A result of file listing. More...

Public Member Functions

 FileListResult (IReadOnlyCollection< FileInfo > files, IFileListContinuation fileListContinuation)
 Constructs a new instance of FileListResult. More...
 

Properties

IReadOnlyCollection< FileInfoFiles [get]
 Gets the collection of file informations. More...
 
IFileListContinuation FileListContinuation [get]
 Gets the continuation token. A null value indicates end of listing. More...
 

Detailed Description

A result of file listing.

Constructor & Destructor Documentation

◆ FileListResult()

FileListResult ( IReadOnlyCollection< FileInfo files,
IFileListContinuation  fileListContinuation 
)
inline

Constructs a new instance of FileListResult.

Parameters
filesA collection of file informations.
fileListContinuationA continuation token. A null value indicates end of listing.

Property Documentation

◆ FileListContinuation

IFileListContinuation FileListContinuation
get

Gets the continuation token. A null value indicates end of listing.

◆ Files

IReadOnlyCollection<FileInfo> Files
get

Gets the collection of file informations.


The documentation for this class was generated from the following file: