Edit the album
Namespace:
IpernityNET.IpernityObjects
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Edit ( _
title As String, _
description As String, _
coverId As Integer _
) |
Visual C++ |
---|
public:
void Edit(
String^ title,
String^ description,
int coverId
) |
Parameters
- title
- Type: System..::.String
The new title for this album
- description
- Type: System..::.String
The new description for this album. (Some HTML tags are accepted)
- coverId
- Type: System..::.Int32
The document ID to be used as the new cover. (Must belong to the calling user)
Remarks
Exceptions
See Also