UserInclusion Enumeration | |
Represents specific elements to include in a response.
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 enum UserInclusion
Public Enumeration UserInclusion
public enum class UserInclusion
Members
| Member name | Value | Description |
---|
| GROUPS | 0 |
Adds an array of groups (groupId, name, and description only) that the user is a member of.
|
See Also