TeamsManagerBeginGetDriveFiles Method

Get files within selected team folder, supports paging and partially sorting

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get files within selected team folder, supports paging and partially sorting")]
public IAsyncResult BeginGetDriveFiles(
	int folderId,
	int sortbyColumn,
	bool ascending,
	int firstRowIndex,
	int pageSize,
	AsyncCallback callback,
	Object state
)

Parameters

folderId  Int32
 
sortbyColumn  Int32
 
ascending  Boolean
 
firstRowIndex  Int32
 
pageSize  Int32
 
callback  AsyncCallback
 
state  Object
 

Return Value

IAsyncResult

See Also