TrelloNet.Internal.Cards.AddAttachment C# (CSharp) Method

AddAttachment() public method

public AddAttachment ( ICardId card, BytesAttachment attachment ) : void
card ICardId
attachment BytesAttachment
return void
		public void AddAttachment(ICardId card, BytesAttachment attachment)
		{
			_restClient.Request(new CardsAddBytesAttachmentRequest(card, attachment));
		}

Same methods

Cards::AddAttachment ( ICardId card, FileAttachment attachment ) : void
Cards::AddAttachment ( ICardId card, UrlAttachment attachment ) : void