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

SetSubject() public method

(optional): The subject of the email that will optionally be sent to notify the recipient.
public SetSubject ( string subject ) : CreateShareBuilder
subject string the subject
return CreateShareBuilder
            public virtual CreateShareBuilder SetSubject(string subject)
            {
                this.subject = subject;
                return this;
            }