Class CopyOrMoveRowResult
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Result of rows moved or copies.
public class CopyOrMoveRowResult
- Inheritance
-
CopyOrMoveRowResult
- Inherited Members
Properties
DestinationSheetId
ID of the destination sheet
public long? DestinationSheetId { get; set; }
Property Value
- long?
RowMappings
List of RowMapping objects
public IList<RowMapping> RowMappings { get; set; }