[This is preliminary documentation and is subject to change.]

Inserts the Album corresponding to the currently selected group in the database and the file system for the currently logged in user.

Namespace:  OfficeClip.DBLayer.OfficePortal
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int InsertAlbum(
	string folderName,
	int userId,
	int groupId
)
Visual Basic (Declaration)
Public Function InsertAlbum ( _
	folderName As String, _
	userId As Integer, _
	groupId As Integer _
) As Integer
Visual C++
public:
int InsertAlbum(
	String^ folderName, 
	int userId, 
	int groupId
)

Parameters

folderName
Type: System..::.String
The name of the folder where the album to be stored.
userId
Type: System..::.Int32
The unique id of the user
groupId
Type: System..::.Int32
Unique id of the organization

Return Value

Folder id of the album if successful, -1 in case of an error.

See Also