Yammer.Net Documented Class Library
getFileheader Method (aFilename, index)
NamespacesYammerMultipartFormgetFileheader(String, Int32)
Returns the proper content information for the file we are sending.
Declaration Syntax
C#Visual BasicVisual C++
public string getFileheader(
	string aFilename,
	int index
)
Public Function getFileheader ( _
	aFilename As String, _
	index As Integer _
) As String
public:
String^ getFileheader(
	String^ aFilename, 
	int index
)
Parameters
aFilename (String)
index (Int32)
Return Value
Remarks
Hits Patel reported a bug when used with ActiveFile. Added semicolon after sendfile to resolve that issue. Tested for compatibility with IIS 5.0 and Java.

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