ADO.NET Provider for Smartsheet

Build 26.0.9655

MoveSheet

Relocates a sheet to a new folder or workspace for better accessibility.

Stored Procedure-Specific Information

To execute this procedure, enter:
EXEC MoveSheet SheetId='632130486200196', DestinationId='5002803811772292', DestinationType='folder'

Input

Name Type Required Description
SheetId String True The unique identifier of the sheet to be relocated within Smartsheet.
DestinationType String True Specifies the target container type for the sheet relocation. Valid values include 'folder' or 'workspace'.
DestinationId String True The unique identifier of the target container for the sheet relocation.

Result Set Columns

Name Type Description
Success Boolean Indicates if the sheet was successfully moved to the specified destination (True or False).

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655