Table of Contents

Class SortCriterion

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Class to hold sorting criterion given a columnId and sortDirection.

public class SortCriterion
Inheritance
SortCriterion
Inherited Members

Properties

ColumnId

Get the column Id of the column to sort on

public long ColumnId { get; set; }

Property Value

long

the column Id

Direction

Get the sort direction

public SortDirection Direction { get; set; }

Property Value

SortDirection

the sort direction