Smartsheet.Api.Models.User.UpdateUserBuilder.SetLicensedSheetCreator C# (CSharp) Method

SetLicensedSheetCreator() public method

Sets the licensed sheet creator flag that allows creating and owning Sheets.
public SetLicensedSheetCreator ( bool licensedSheetCreator ) : UpdateUserBuilder
licensedSheetCreator bool the licensed sheet creator
return UpdateUserBuilder
            public virtual UpdateUserBuilder SetLicensedSheetCreator(bool? licensedSheetCreator)
            {
                this.licensedSheetCreator = licensedSheetCreator;
                return this;
            }