TeamsManagerBeginGetDriveFiles Method
Get files within selected team folder, supports paging and partially sorting
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
)
- folderId Int32
-
- sortbyColumn Int32
-
- ascending Boolean
-
- firstRowIndex Int32
-
- pageSize Int32
-
- callback AsyncCallback
-
- state Object
-
IAsyncResult