Click or drag to resize

Predecessor Class

Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsPredecessor

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class Predecessor

The Predecessor type exposes the following members.

Constructors
  NameDescription
Public methodPredecessor
Top
Properties
  NameDescription
Public propertyInCriticalPath
True if this predecessor is in the critical path.
Public propertyInvalid
True if the row referenced by rowId is not a valid row in this sheet, or there is a circular reference.
Public propertyLag
The lag value of this predecessor.
Public propertyRowId
The ID of the predecessor row.
Public propertyRowNumber
The number of the predecessor row.
Public propertyType
The type of the predecessor.
Top
See Also