UserUpdateUserBuilderSetLicensedSheetCreator Method | |
Sets the licensed sheet creator flag that allows creating and owning Sheets.
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 SetLicensedSheetCreator(
Nullable<bool> licensedSheetCreator
)
Public Function SetLicensedSheetCreator (
licensedSheetCreator As Nullable(Of Boolean)
) As UpdateUserBuilder
public:
UpdateUserBuilder^ SetLicensedSheetCreator(
Nullable<bool> licensedSheetCreator
)
member SetLicensedSheetCreator :
licensedSheetCreator : Nullable<bool> -> UpdateUserBuilder
Parameters
- licensedSheetCreator
- Type: SystemNullableBoolean
the licensed sheet creator
Return Value
Type:
UpdateUserBuilder the UpdateUserBuilder
See Also