Method | Description | |
---|---|---|
AddMediaToAlbum ( string albumId, Collection |
||
CreateAlbum ( string title, HyvesVisibility visibility, HyvesVisibility printability, HyvesAlbumResponsefield responseFields ) : bool |
Creates a new album. This corresponds to the albums.create Hyves method.
|
|
GetAlbums ( string userId ) : Collection |
Gets the desired albums from a user. This corresponds to the albums.getByUser Hyves method.
|
|
GetAlbums ( string albumId, HyvesAlbumResponsefield responseFields, bool useFancyLayout ) : Collection |
Gets the desired albums from the specified albums. This corresponds to the albums.get Hyves method.
|
|
GetAlbums ( string userId, bool useFancyLayout ) : Collection |
Gets the desired albums from a user. This corresponds to the albums.getByUser Hyves method.
|
|
GetAlbumsByHub ( string hubId ) : Collection |
Gets all visible albums of the specified hub. This corresponds to the albums.getByHub Hyves method.
|
|
GetAlbumsByHub ( string hubId, bool useFancyLayout ) : Collection |
Gets all visible albums of the specified hub. This corresponds to the albums.getByHub Hyves method.
|
|
GetAlbumsByHub ( string hubId, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
Gets all visible albums of the specified hub. This corresponds to the albums.getByHub Hyves method.
|
|
GetAlbumsByUser ( string userId, bool useFancyLayout ) : Collection |
Gets all visible albums of the specified user. This corresponds to the albums.getByUser Hyves method.
|
|
GetAlbumsByUser ( string userId, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
Gets all visible albums of the specified user. This corresponds to the albums.getByUser Hyves method.
|
|
GetBuiltinAlbums ( HyvesVisibility visibility, HyvesAlbumResponsefield responseFields, bool useFancyLayout ) : Collection |
Gets the builtin albums from a user. This corresponds to the albums.getBuiltin Hyves method.
|
|
RemoveMediaFromAlbum ( string albumId, Collection |
Method | Description | |
---|---|---|
AlbumsService ( |
||
ConvertResponsefieldsToString ( HyvesAlbumResponsefield responsefields ) : string | ||
ConvertResponsefieldsToString ( HyvesMediaResponsefield responsefields ) : string |
public AddMediaToAlbum ( string albumId, Collection |
||
albumId | string | |
mediaIds | Collection |
|
return | bool |
public CreateAlbum ( string title, HyvesVisibility visibility, HyvesVisibility printability, HyvesAlbumResponsefield responseFields ) : bool | ||
title | string | Title of the album. |
visibility | HyvesVisibility | The visibility of the album. |
printability | HyvesVisibility | The printability of the album. |
responseFields | HyvesAlbumResponsefield | Get extra information from the created album. |
return | bool |
public GetAlbums ( string userId ) : Collection |
||
userId | string | The requested user Id. |
return | Collection |
public GetAlbums ( string albumId, HyvesAlbumResponsefield responseFields, bool useFancyLayout ) : Collection |
||
albumId | string | The requested album ID. |
responseFields | HyvesAlbumResponsefield | |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public GetAlbums ( string userId, bool useFancyLayout ) : Collection |
||
userId | string | The requested user Id. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public GetAlbumsByHub ( string hubId ) : Collection |
||
hubId | string | |
return | Collection |
public GetAlbumsByHub ( string hubId, bool useFancyLayout ) : Collection |
||
hubId | string | The requested hub Id. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public GetAlbumsByHub ( string hubId, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
||
hubId | string | The requested hub Id. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
page | int | The requested page. |
resultsPerPage | int | The number of results per page. |
return | Collection |
public GetAlbumsByUser ( string userId, bool useFancyLayout ) : Collection |
||
userId | string | The identifier for the requested user. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public GetAlbumsByUser ( string userId, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
||
userId | string | The identifier for the requested user. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
page | int | The requested page. |
resultsPerPage | int | The number of results per page. |
return | Collection |
public GetBuiltinAlbums ( HyvesVisibility visibility, HyvesAlbumResponsefield responseFields, bool useFancyLayout ) : Collection |
||
visibility | HyvesVisibility | The visibility of the albums. |
responseFields | HyvesAlbumResponsefield | |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public RemoveMediaFromAlbum ( string albumId, Collection |
||
albumId | string | |
mediaIds | Collection |
|
return | bool |