Méthode | Description | |
---|---|---|
CreateFolder ( long workspaceId, Folder folder ) : Folder |
Create a folder in the workspace. It mirrors To the following Smartsheet REST API method: POST /workspaces/{workspaceId}/Folders
|
|
ListFolders ( long workspaceId, PaginationParameters paging ) : PaginatedResult |
List Folders of a given workspace. It mirrors To the following Smartsheet REST API method: GET /workspaces/{workspaceId}/Folders
|
|
WorkspaceFolderResourcesImpl ( |
Constructor. Exceptions: - IllegalArgumentException : if any argument is
|
public CreateFolder ( long workspaceId, Folder folder ) : Folder | ||
workspaceId | long | the workspace Id |
folder | Folder | the folder To create |
Résultat | Folder |
public ListFolders ( long workspaceId, PaginationParameters paging ) : PaginatedResult |
||
workspaceId | long | the workspace Id |
paging | PaginationParameters | the pagination information |
Résultat | PaginatedResult |
public WorkspaceFolderResourcesImpl ( |
||
smartsheet | the Smartsheet | |
Résultat | System.Collections.Generic |