[This is preliminary documentation and is subject to change.]
            Removes the folder from the album.
            
    Namespace: 
   OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public DocumentStatus..::.DeleteFolderStatus DeleteAlbum( int albumId, int groupId, int userId, bool isAdmin )  | 
| Visual Basic (Declaration) | 
|---|
Public Function DeleteAlbum ( _ albumId As Integer, _ groupId As Integer, _ userId As Integer, _ isAdmin As Boolean _ ) As DocumentStatus..::.DeleteFolderStatus  | 
| Visual C++ | 
|---|
public: DocumentStatus..::.DeleteFolderStatus DeleteAlbum( int albumId, int groupId, int userId, bool isAdmin )  | 
Parameters
- albumId
 - Type: System..::.Int32
Id of the album folder. 
- groupId
 - Type: System..::.Int32
Id of the group where is the user an administratorThe unique id of the user this album belongs. 
- userId
 - Type: System..::.Int32
 
- isAdmin
 - Type: System..::.Boolean
 
