Smartsheet.Api.Models.User.AddUserBuilder.SetLicensedSheetCreator C# (CSharp) Méthode

SetLicensedSheetCreator() public méthode

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