UserUpdateUserBuilderSetAdmin Method | |
Sets the Admin flag which allows managing Users and accounts.
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 UpdateUserBuilder SetAdmin(
Nullable<bool> admin
)
Public Function SetAdmin (
admin As Nullable(Of Boolean)
) As UpdateUserBuilder
public:
UpdateUserBuilder^ SetAdmin(
Nullable<bool> admin
)
member SetAdmin :
admin : Nullable<bool> -> UpdateUserBuilder
Parameters
- admin
- Type: SystemNullableBoolean
the Admin
Return Value
Type:
UpdateUserBuilder the UpdateUserBuilder
See Also