Smartsheet.Api.Models.Share.CreateShareBuilder.SetCcMe C# (CSharp) Method

SetCcMe() public method

(optional): Boolean flag to indicate whether or not to CC the user sharing the sheet.
public SetCcMe ( bool ccMe ) : CreateShareBuilder
ccMe bool the ccMe
return CreateShareBuilder
            public virtual CreateShareBuilder SetCcMe(bool? ccMe)
            {
                this.ccMe = ccMe;
                return this;
            }