Click or drag to resize

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
)

Parameters

licensedSheetCreator
Type: SystemNullableBoolean
the licensed sheet creator

Return Value

Type: UpdateUserBuilder
the UpdateUserBuilder
See Also