[This is preliminary documentation and is subject to change.]

Uploads the file stream on the OfficeClip server.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static UpDownLoad..::.UploadStatus UploadAs(
	Stream pFileStream,
	string filePath
)
Visual Basic (Declaration)
Public Shared Function UploadAs ( _
	pFileStream As Stream, _
	filePath As String _
) As UpDownLoad..::.UploadStatus
Visual C++
public:
static UpDownLoad..::.UploadStatus UploadAs(
	Stream^ pFileStream, 
	String^ filePath
)

Parameters

pFileStream
Type: System.IO..::.Stream
The file stream to be uploaded.
filePath
Type: System..::.String
The full pathname of the file.

Return Value

The Upload Status enumerated type

See Also