C# Class Yammer.APIWrapper.Attachment.FileInfo

Mostra file Open project: kdavie/Yammer.NET-2.0

Public Methods

Method Description
FileInfo ( ) : System
FileInfo ( string contentType, string name, byte bytes ) : System

Method Details

FileInfo() public method

public FileInfo ( ) : System
return System

FileInfo() public method

public FileInfo ( string contentType, string name, byte bytes ) : System
contentType string
name string
bytes byte
return System