ScheduleType Enumeration | |
Represents the Link types.
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 Enumeration ScheduleType
public enum class ScheduleType
Members
| Member name | Value | Description |
---|
| ONCE | 0 | |
| DAILY | 1 | |
| WEEKLY | 2 | |
| MONTHLY | 3 | |
| YEARLY | 4 | |
See Also