Upload a file from a file name. This method does not block the calling thread.

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public void UploadFileAsync(
	string filename
)
Visual Basic (Declaration)
Public Sub UploadFileAsync ( _
	filename As String _
)
Visual C++
public:
void UploadFileAsync(
	String^ filename
)

Parameters

filename
Type: System..::.String
The filename of the file to upload

Remarks

This method encapsulates upload.file This method requires "write" permission on docs.

Exceptions

ExceptionCondition
IpernityNET.IpernityObjects..::.ObjectNotConfiguredExceptionThrowed when an Ipernity object has not been configured. Use the method ConfigureIpernityObject(IpernityObject) to configure the object and allow it to interact with Ipernity

See Also