CKFinder 3 – ASP.NET Connector Documentation
FolderListResult Class Reference

A result of folder listing. More...

Public Member Functions

 FolderListResult (IReadOnlyCollection< FolderInfo > folders, IFolderListContinuation folderListContinuation)
 Constructs a new instance of FolderListResult. More...
 

Properties

IReadOnlyCollection< FolderInfoFolders [get]
 Gets the collection of folder informations. More...
 
IFolderListContinuation FolderListContinuation [get]
 Gets the continuation token. A null value indicates end of listing. More...
 

Detailed Description

A result of folder listing.

Constructor & Destructor Documentation

◆ FolderListResult()

FolderListResult ( IReadOnlyCollection< FolderInfo folders,
IFolderListContinuation  folderListContinuation 
)
inline

Constructs a new instance of FolderListResult.

Parameters
foldersA collection of folder informations.
folderListContinuationA continuation token. A null value indicates end of listing.

Property Documentation

◆ FolderListContinuation

IFolderListContinuation FolderListContinuation
get

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

◆ Folders

IReadOnlyCollection<FolderInfo> Folders
get

Gets the collection of folder informations.


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