trellow.api.Cards.Internal.AsyncCards.AddAttachment C# (CSharp) Method

AddAttachment() public method

public AddAttachment ( ICardId card, BytesAttachment attachment ) : System.Threading.Tasks.Task
card ICardId
attachment BytesAttachment
return System.Threading.Tasks.Task
		public Task AddAttachment(ICardId card, BytesAttachment attachment)
		{
			return _restClient.RequestAsync(new CardsAddBytesAttachmentRequest(card, attachment));
		}

Same methods

AsyncCards::AddAttachment ( ICardId card, FileAttachment attachment ) : System.Threading.Tasks.Task
AsyncCards::AddAttachment ( ICardId card, UrlAttachment attachment ) : System.Threading.Tasks.Task