C# Class trellow.api.Cards.BytesAttachment

Datei anzeigen Open project: Bunk/trellow

Public Methods

Method Description
BytesAttachment ( byte contents, string name )
BytesAttachment ( byte contents, string name, string fileName )

Method Details

BytesAttachment() public method

public BytesAttachment ( byte contents, string name )
contents byte A file.
name string A string with a length from 0 to 256.

BytesAttachment() public method

public BytesAttachment ( byte contents, string name, string fileName )
contents byte A file.
name string A string with a length from 0 to 256.
fileName string File name.