Smartsheet.Api.Internal.SheetRowResourcesImpl.SendRow C# (CSharp) Method

SendRow() private method

private SendRow ( long sheetId, long rowId, RowEmail email ) : void
sheetId long
rowId long
email Smartsheet.Api.Models.RowEmail
return void
        public virtual void SendRow(long sheetId, long rowId, RowEmail email)
        {
            throw new NotSupportedException();
        }