Yammer.Net Documented Class Library
FileContentType Property
NamespacesYammerMultipartFormFileContentType
Used to change the content type of the file being sent. Currently defaults to: text/xml. Other options are text/plain or binary
Declaration Syntax
C#Visual BasicVisual C++
public string FileContentType { get; set; }
Public Property FileContentType As String
public:
property String^ FileContentType {
	String^ get ();
	void set (String^ value);
}

Assembly: Yammer (Module: Yammer) Version: 1.0.0.0 (1.0.0.0)