Smartsheet.Api.Models.MultiShare.ShareToManyBuilder.SetCCMe C# (CSharp) Method

SetCCMe() public method

Set the carbon copy me flag.
public SetCCMe ( bool ccMe ) : ShareToManyBuilder
ccMe bool the carbon copy me flag.
return ShareToManyBuilder
            public virtual ShareToManyBuilder SetCCMe(bool? ccMe)
            {
                this.ccMe = ccMe;
                return this;
            }