[This is preliminary documentation and is subject to change.]
Gets the album list of all the albums which a particular user has access to.
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetAlbumList( int userId ) |
Visual Basic (Declaration) |
---|
Public Function GetAlbumList ( _ userId As Integer _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetAlbumList( int userId ) |
Parameters
- userId
- Type: System..::.Int32
The unique Id of the user.
Return Value
The DataSet consisting of a single DataTable with the following columns.- folderId (System.Int32)Id of the folder.
- folderName (System.String)Name of the album folder.
- creatorUserId (System.Int32)Id of the user who created the album.
- GroupId (System.Int32)Id of the group to which the album belongs.
- numPhotos (System.Int32)Number of photos in the album.
- CreatedDate (System.DateTime)Date and Time when the album was created.
- name (System.String)Name of the album.