Yammer.Net Documented Class Library
sendFile Method (aFilename, session)
NamespacesYammerMultipartFormsendFile(String, Session)
Transmits a file to the web server stated in the URL property. You may call this several times and it will use the values previously set for fields and URL.
Declaration Syntax
C#Visual BasicVisual C++
public void sendFile(
	string aFilename,
	Session session
)
Public Sub sendFile ( _
	aFilename As String, _
	session As Session _
)
public:
void sendFile(
	String^ aFilename, 
	Session^ session
)
Parameters
aFilename (String)
The full path of file being transfered.
session (Session)

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