Upload a file from a file name

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

Syntax

C#
public void UploadFile(
	string filename,
	string title,
	string description
)
Visual Basic (Declaration)
Public Sub UploadFile ( _
	filename As String, _
	title As String, _
	description As String _
)
Visual C++
public:
void UploadFile(
	String^ filename, 
	String^ title, 
	String^ description
)

Parameters

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

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