Smartsheet.Api.Models.MultiShare.ShareToManyBuilder.SetCCMe C# (CSharp) Méthode

SetCCMe() public méthode

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