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

SetLicensedSheetCreator() public method

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