Edit the album

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

Syntax

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

Parameters

title
Type: System..::.String
The new title for this album

Remarks

This method encapsulates album.edit 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.

See Also