Méthode | Description | |
---|---|---|
CopyFolder ( long folderId, ContainerDestination destination, IEnumerable |
Creates a copy of the specified Folder. It mirrors To the following Smartsheet REST API method:
|
|
CreateFolder ( long folderId, Folder folder ) : Folder |
Creates a Folder in the specified Folder. It mirrors To the following Smartsheet REST API method:
|
|
DeleteFolder ( long folderId ) : void |
Deletes a folder. It mirrors To the following Smartsheet REST API method:
|
|
FolderResourcesImpl ( |
Constructor.
|
|
GetFolder ( long folderId, IEnumerable |
Gets the specified Folder (and lists its contents). It mirrors To the following Smartsheet REST API method: GET /folders/{folderId}
|
|
ListFolders ( long folderId, PaginationParameters paging ) : PaginatedResult |
Gets a list of the top-level child Folders within the specified Folder. It mirrors To the following Smartsheet REST API method:
|
|
MoveFolder ( long folderId, ContainerDestination destination ) : Folder |
Moves the specified Folder to another location. It mirrors To the following Smartsheet REST API method:
|
|
UpdateFolder ( Folder folder ) : Folder |
Updates a folder. It mirrors To the following Smartsheet REST API method: PUT /folders/{folderId}
|
public CopyFolder ( long folderId, ContainerDestination destination, IEnumerable |
||
folderId | long | the folder Id |
destination | ContainerDestination | the destination to copy to |
include | IEnumerable |
the elements to copy. Note: Cell history will not be copied, regardless of which include parameter values are specified. |
skipRemap | IEnumerable |
the references to NOT re-map for the newly created folder
/// |
Résultat | Folder |
public CreateFolder ( long folderId, Folder folder ) : Folder | ||
folderId | long | the parent folder Id |
folder | Folder | the folder To create |
Résultat | Folder |
public DeleteFolder ( long folderId ) : void | ||
folderId | long | the folder Id |
Résultat | void |
public FolderResourcesImpl ( |
||
smartsheet | the SmartsheetImpl | |
Résultat | System.Collections.Generic |
public GetFolder ( long folderId, IEnumerable |
||
folderId | long | the folder Id |
include | IEnumerable |
(optional) – comma-separated list of elements to include in the respons |
Résultat | Folder |
public ListFolders ( long folderId, PaginationParameters paging ) : PaginatedResult |
||
folderId | long | the folderId |
paging | PaginationParameters | the pagination information |
Résultat | PaginatedResult |
public MoveFolder ( long folderId, ContainerDestination destination ) : Folder | ||
folderId | long | the folder Id |
destination | ContainerDestination | the destination to copy to |
Résultat | Folder |
public UpdateFolder ( Folder folder ) : Folder | ||
folder | Folder | the folder To update |
Résultat | Folder |