Upload a file from a filename

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

Syntax

C#
public void UploadFile(
	UploadFileParameters parameters
)
Visual Basic (Declaration)
Public Sub UploadFile ( _
	parameters As UploadFileParameters _
)
Visual C++
public:
void UploadFile(
	UploadFileParameters^ parameters
)

Parameters

parameters
Type: IpernityNET..::.UploadFileParameters
A UploadFileParameters object containing the filename and all the others parameters for the upload

Remarks

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

Exceptions

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error
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