C# Класс Hyves.Service.UsersService

Represents the service APIs that allow access to information on Hyves users.
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateRespect ( string targetUserId, HyvesRespectType respectType ) : bool

Creates respect for a user. This corresponds to the user.createRespect Hyves method.

CreateScrap ( string targetUserId, string body ) : bool

Creates scrap for a user. This corresponds to the user.createScrap Hyves method.

Spam sensitive method (for trusted partners only).

CreateScrapByFriend ( string targetUserId, string body ) : bool

Creates scrap for an userid which has to be a friend of logged in user. This corresponds to the user.createScrapByFriend Hyves method.

Hidden method.

GetByFriendLastlogin ( string userId ) : Collection

Gets the desired information about the friends.

GetByFriendLastlogin ( string userId, HyvesUserResponsefield responsefields ) : Collection

Gets the desired information about the friends.

GetByFriendLastlogin ( string userId, HyvesUserResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection

Gets the desired information about the friends.

GetByFriendLastlogin ( string userId, bool useFancyLayout ) : Collection

Gets the desired information about the friends.

GetByHubLastlogin ( string hubId ) : Collection

Gets the users from the specified hub. This corresponds to the users.getByHubLastlogin Hyves method.

GetFriendsByLoggedinSorted ( HyvesUserSortType sortType ) : Collection

Gets the desired information about the friends for the current loggedin user with different sort-options.

GetFriendsByLoggedinSorted ( HyvesUserSortType sortType, HyvesUserResponsefield responsefields ) : Collection

Gets the desired information about the friends for the current loggedin user with different sort-options.

GetFriendsByLoggedinSorted ( HyvesUserSortType sortType, HyvesUserResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection

Gets the desired information about the friends for the current loggedin user with different sort-options.

GetFriendsByLoggedinSorted ( HyvesUserSortType sortType, bool useFancyLayout ) : Collection

Gets the desired information about the friends for the current loggedin user with different sort-options.

GetHub ( string hubId, HyvesUserResponsefield responsefields, bool useFancyLayout ) : Collection

Gets the users from the specified hub. This corresponds to the users.getByHubLastlogin Hyves method.

GetHub ( string hubId, HyvesUserResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection

Gets the users from the specified hub. This corresponds to the users.getByHubLastlogin Hyves method.

GetHub ( string hubId, bool useFancyLayout ) : Collection

Gets the users from the specified hub. This corresponds to the users.getByHubLastlogin Hyves method.

GetLoggedinUser ( ) : User

Gets the desired information about the user the supplied access token is for. This corresponds to the users.getLoggedin Hyves method.

GetLoggedinUser ( HyvesUserResponsefield responsefields ) : User

Gets the desired information about the user the supplied access token is for. This corresponds to the users.getLoggedin Hyves method.

GetLoggedinUser ( HyvesUserResponsefield responsefields, bool useFancyLayout ) : User

Gets the desired information about the user the supplied access token is for. This corresponds to the users.getLoggedin Hyves method.

GetLoggedinUser ( bool useFancyLayout ) : User

Gets the desired information about the user the supplied access token is for. This corresponds to the users.getLoggedin Hyves method.

GetRespects ( string userId ) : Collection

Gets the respects from the specified user. This corresponds to the users.getRespects Hyves method.

GetRespects ( string userId, bool useFancyLayout ) : Collection

Gets the respects from the specified user. This corresponds to the users.getRespects Hyves method.

GetScraps ( string userId ) : Collection

Gets the scraps from the specified user. This corresponds to the users.getScraps Hyves method.

GetScraps ( string userId, bool useFancyLayout ) : Collection

Gets the scraps from the specified user. This corresponds to the users.getScraps Hyves method.

GetScraps ( string userId, bool useFancyLayout, int page, int resultsPerPage ) : Collection

Gets the scraps from the specified user. This corresponds to the users.getScraps Hyves method.

GetSmileyCategories ( ) : Collection

Gets the smiley categories. This corresponds to the users.getSmileyCategories Hyves method.

GetSmileys ( ) : Collection

Gets the smileys. This corresponds to the users.getSmileys Hyves method.

GetTestimonials ( string userId ) : Collection

Gets the testimonials from the specified user. This corresponds to the users.getTestimonials Hyves method.

GetTestimonials ( string userId, bool useFancyLayout ) : Collection

Gets the testimonials from the specified user. This corresponds to the users.getTestimonials Hyves method.

GetUser ( string userId ) : User

Gets the desired information about the specified user.

GetUser ( string userId, HyvesUserResponsefield responsefields ) : User

Gets the desired information about the specified user.

GetUser ( string userId, HyvesUserResponsefield responsefields, bool useFancyLayout ) : User

Gets the desired information about the specified user.

GetUser ( string userId, bool useFancyLayout ) : User

Gets the desired information about the specified user.

GetUserByUserName ( string username ) : User

Gets the desired information about the specified user.

GetUserByUserName ( string username, HyvesUserResponsefield responsefields ) : User

Gets the desired information about the specified user.

GetUserByUserName ( string username, HyvesUserResponsefield responsefields, bool useFancyLayout ) : User

Gets the desired information about the specified user.

GetUserByUserName ( string username, bool useFancyLayout ) : User

Gets the desired information about the specified user.

GetUsers ( Collection userIds ) : Collection

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.

GetUsers ( Collection userIds, HyvesUserResponsefield responsefields ) : Collection

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.

GetUsers ( Collection userIds, HyvesUserResponsefield responsefields, HyvesUserPrivateResponsefield privateResponseFields, bool useFancyLayout ) : Collection

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.

GetUsers ( Collection userIds, HyvesUserResponsefield responsefields, bool useFancyLayout ) : Collection

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.

GetUsers ( Collection userIds, bool useFancyLayout ) : Collection

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.

GetUsersByUserName ( Collection usernames ) : Collection

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.

GetUsersByUserName ( Collection usernames, HyvesUserResponsefield responsefields ) : Collection

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.

GetUsersByUserName ( Collection usernames, HyvesUserResponsefield responsefields, bool useFancyLayout ) : Collection

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.

GetUsersByUserName ( Collection usernames, bool useFancyLayout ) : Collection

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.

Search ( string searchterms ) : Collection

Search for users based on basic queries (keywords like city, name). This corresponds to the users.search Hyves method.

Search ( string searchterms, HyvesUserResponsefield responsefields ) : Collection

Search for users based on basic queries (keywords like city, name). This corresponds to the users.search Hyves method.

Search ( string searchterms, HyvesUserResponsefield responsefields, bool useFancyLayout ) : Collection

Search for users based on basic queries (keywords like city, name). This corresponds to the users.search Hyves method.

Search ( string searchterms, bool useFancyLayout ) : Collection

Search for users based on basic queries (keywords like city, name). This corresponds to the users.search Hyves method.

SearchInFriends ( string searchterms ) : Collection

Search for friends based on basic queries (keywords like city, name). This corresponds to the users.searchInFriends Hyves method.

SearchInFriends ( string searchterms, HyvesUserResponsefield responsefields ) : Collection

Search for friends based on basic queries (keywords like city, name). This corresponds to the users.searchInFriends Hyves method.

SearchInFriends ( string searchterms, HyvesUserResponsefield responsefields, bool useFancyLayout ) : Collection

Search for friends based on basic queries (keywords like city, name). This corresponds to the users.searchInFriends Hyves method.

SearchInFriends ( string searchterms, bool useFancyLayout ) : Collection

Search for friends based on basic queries (keywords like city, name). This corresponds to the users.searchInFriends Hyves method.

SendNotificationToFriend ( string userId, string subject, string body, string senderName, string senderEmail ) : bool

Send an email to an given userid which has to be loggedin user or a friend of logged in user. This corresponds to the users.sendNotificationToFriend Hyves method.

Spam sensitive method (for trusted partners only).

Приватные методы

Метод Описание
ConvertResponsefieldsToString ( HyvesUserResponsefield responsefields, HyvesUserPrivateResponsefield privateResponseFields ) : string
UsersService ( HyvesSession session ) : System

Описание методов

CreateRespect() публичный Метод

Creates respect for a user. This corresponds to the user.createRespect Hyves method.
public CreateRespect ( string targetUserId, HyvesRespectType respectType ) : bool
targetUserId string A single userid.
respectType HyvesRespectType The type of the respect.
Результат bool

CreateScrap() публичный Метод

Creates scrap for a user. This corresponds to the user.createScrap Hyves method.
Spam sensitive method (for trusted partners only).
public CreateScrap ( string targetUserId, string body ) : bool
targetUserId string A single userid.
body string The body of the Scrap.
Результат bool

CreateScrapByFriend() публичный Метод

Creates scrap for an userid which has to be a friend of logged in user. This corresponds to the user.createScrapByFriend Hyves method.
Hidden method.
public CreateScrapByFriend ( string targetUserId, string body ) : bool
targetUserId string A single userid.
body string The body of the Scrap.
Результат bool

GetByFriendLastlogin() публичный Метод

Gets the desired information about the friends.
public GetByFriendLastlogin ( string userId ) : Collection
userId string The requested user Id
Результат Collection

GetByFriendLastlogin() публичный Метод

Gets the desired information about the friends.
public GetByFriendLastlogin ( string userId, HyvesUserResponsefield responsefields ) : Collection
userId string The requested user Id
responsefields HyvesUserResponsefield Get extra information from the requested users
Результат Collection

GetByFriendLastlogin() публичный Метод

Gets the desired information about the friends.
public GetByFriendLastlogin ( string userId, HyvesUserResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection
userId string The requested user Id
responsefields HyvesUserResponsefield Get extra information from the requested users
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.
Результат Collection

GetByFriendLastlogin() публичный Метод

Gets the desired information about the friends.
public GetByFriendLastlogin ( 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.
Результат Collection

GetByHubLastlogin() публичный Метод

Gets the users from the specified hub. This corresponds to the users.getByHubLastlogin Hyves method.
public GetByHubLastlogin ( string hubId ) : Collection
hubId string The requested hub Id.
Результат Collection

GetFriendsByLoggedinSorted() публичный Метод

Gets the desired information about the friends for the current loggedin user with different sort-options.
public GetFriendsByLoggedinSorted ( HyvesUserSortType sortType ) : Collection
sortType HyvesUserSortType The sort type.
Результат Collection

GetFriendsByLoggedinSorted() публичный Метод

Gets the desired information about the friends for the current loggedin user with different sort-options.
public GetFriendsByLoggedinSorted ( HyvesUserSortType sortType, HyvesUserResponsefield responsefields ) : Collection
sortType HyvesUserSortType The sort type.
responsefields HyvesUserResponsefield Get extra information from the requested users
Результат Collection

GetFriendsByLoggedinSorted() публичный Метод

Gets the desired information about the friends for the current loggedin user with different sort-options.
public GetFriendsByLoggedinSorted ( HyvesUserSortType sortType, HyvesUserResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection
sortType HyvesUserSortType The sort type.
responsefields HyvesUserResponsefield Get extra information from the requested users
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
page int
resultsPerPage int
Результат Collection

GetFriendsByLoggedinSorted() публичный Метод

Gets the desired information about the friends for the current loggedin user with different sort-options.
public GetFriendsByLoggedinSorted ( HyvesUserSortType sortType, bool useFancyLayout ) : Collection
sortType HyvesUserSortType The sort type.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

GetHub() публичный Метод

Gets the users from the specified hub. This corresponds to the users.getByHubLastlogin Hyves method.
public GetHub ( string hubId, HyvesUserResponsefield responsefields, bool useFancyLayout ) : Collection
hubId string The requested hub Id.
responsefields HyvesUserResponsefield Get extra information from the requested user
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

GetHub() публичный Метод

Gets the users from the specified hub. This corresponds to the users.getByHubLastlogin Hyves method.
public GetHub ( string hubId, HyvesUserResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection
hubId string The requested hub Id.
responsefields HyvesUserResponsefield Get extra information from 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.
Результат Collection

GetHub() публичный Метод

Gets the users from the specified hub. This corresponds to the users.getByHubLastlogin Hyves method.
public GetHub ( 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.
Результат Collection

GetLoggedinUser() публичный Метод

Gets the desired information about the user the supplied access token is for. This corresponds to the users.getLoggedin Hyves method.
public GetLoggedinUser ( ) : User
Результат User

GetLoggedinUser() публичный Метод

Gets the desired information about the user the supplied access token is for. This corresponds to the users.getLoggedin Hyves method.
public GetLoggedinUser ( HyvesUserResponsefield responsefields ) : User
responsefields HyvesUserResponsefield Get extra information from the requested user
Результат User

GetLoggedinUser() публичный Метод

Gets the desired information about the user the supplied access token is for. This corresponds to the users.getLoggedin Hyves method.
public GetLoggedinUser ( HyvesUserResponsefield responsefields, bool useFancyLayout ) : User
responsefields HyvesUserResponsefield Get extra information from the requested user
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат User

GetLoggedinUser() публичный Метод

Gets the desired information about the user the supplied access token is for. This corresponds to the users.getLoggedin Hyves method.
public GetLoggedinUser ( bool useFancyLayout ) : User
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат User

GetRespects() публичный Метод

Gets the respects from the specified user. This corresponds to the users.getRespects Hyves method.
public GetRespects ( string userId ) : Collection
userId string The requested user Id.
Результат Collection

GetRespects() публичный Метод

Gets the respects from the specified user. This corresponds to the users.getRespects Hyves method.
public GetRespects ( 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.
Результат Collection

GetScraps() публичный Метод

Gets the scraps from the specified user. This corresponds to the users.getScraps Hyves method.
public GetScraps ( string userId ) : Collection
userId string The requested user Id.
Результат Collection

GetScraps() публичный Метод

Gets the scraps from the specified user. This corresponds to the users.getScraps Hyves method.
public GetScraps ( 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.
Результат Collection

GetScraps() публичный Метод

Gets the scraps from the specified user. This corresponds to the users.getScraps Hyves method.
public GetScraps ( string userId, bool useFancyLayout, int page, int resultsPerPage ) : 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.
page int The requested page.
resultsPerPage int The number of results per page.
Результат Collection

GetSmileyCategories() публичный Метод

Gets the smiley categories. This corresponds to the users.getSmileyCategories Hyves method.
public GetSmileyCategories ( ) : Collection
Результат Collection

GetSmileys() публичный Метод

Gets the smileys. This corresponds to the users.getSmileys Hyves method.
public GetSmileys ( ) : Collection
Результат Collection

GetTestimonials() публичный Метод

Gets the testimonials from the specified user. This corresponds to the users.getTestimonials Hyves method.
public GetTestimonials ( string userId ) : Collection
userId string The requested user Id.
Результат Collection

GetTestimonials() публичный Метод

Gets the testimonials from the specified user. This corresponds to the users.getTestimonials Hyves method.
public GetTestimonials ( 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.
Результат Collection

GetUser() публичный Метод

Gets the desired information about the specified user.
public GetUser ( string userId ) : User
userId string The requested user Id
Результат User

GetUser() публичный Метод

Gets the desired information about the specified user.
public GetUser ( string userId, HyvesUserResponsefield responsefields ) : User
userId string The requested user Id
responsefields HyvesUserResponsefield Get extra information from the requested user
Результат User

GetUser() публичный Метод

Gets the desired information about the specified user.
public GetUser ( string userId, HyvesUserResponsefield responsefields, bool useFancyLayout ) : User
userId string The requested user Id
responsefields HyvesUserResponsefield Get extra information from the requested user
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат User

GetUser() публичный Метод

Gets the desired information about the specified user.
public GetUser ( string userId, bool useFancyLayout ) : User
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.
Результат User

GetUserByUserName() публичный Метод

Gets the desired information about the specified user.
public GetUserByUserName ( string username ) : User
username string The username of the requested user.
Результат User

GetUserByUserName() публичный Метод

Gets the desired information about the specified user.
public GetUserByUserName ( string username, HyvesUserResponsefield responsefields ) : User
username string The username of the requested user.
responsefields HyvesUserResponsefield Get extra information from the requested user
Результат User

GetUserByUserName() публичный Метод

Gets the desired information about the specified user.
public GetUserByUserName ( string username, HyvesUserResponsefield responsefields, bool useFancyLayout ) : User
username string The username of the requested user.
responsefields HyvesUserResponsefield Get extra information from the requested user
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат User

GetUserByUserName() публичный Метод

Gets the desired information about the specified user.
public GetUserByUserName ( string username, bool useFancyLayout ) : User
username string The username of the requested user.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат User

GetUsers() публичный Метод

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.
public GetUsers ( Collection userIds ) : Collection
userIds Collection The list of requested user Ids.
Результат Collection

GetUsers() публичный Метод

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.
public GetUsers ( Collection userIds, HyvesUserResponsefield responsefields ) : Collection
userIds Collection The list of requested user Ids.
responsefields HyvesUserResponsefield Get extra information from the requested user
Результат Collection

GetUsers() публичный Метод

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.
public GetUsers ( Collection userIds, HyvesUserResponsefield responsefields, HyvesUserPrivateResponsefield privateResponseFields, bool useFancyLayout ) : Collection
userIds Collection The list of requested user Ids.
responsefields HyvesUserResponsefield Get extra information from the requested user.
privateResponseFields HyvesUserPrivateResponsefield
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

GetUsers() публичный Метод

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.
public GetUsers ( Collection userIds, HyvesUserResponsefield responsefields, bool useFancyLayout ) : Collection
userIds Collection The list of requested user Ids.
responsefields HyvesUserResponsefield Get extra information from the requested user
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

GetUsers() публичный Метод

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.
public GetUsers ( Collection userIds, bool useFancyLayout ) : Collection
userIds Collection The list of requested user Ids.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

GetUsersByUserName() публичный Метод

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.
public GetUsersByUserName ( Collection usernames ) : Collection
usernames Collection The list of requested usernames.
Результат Collection

GetUsersByUserName() публичный Метод

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.
public GetUsersByUserName ( Collection usernames, HyvesUserResponsefield responsefields ) : Collection
usernames Collection The list of requested usernames.
responsefields HyvesUserResponsefield Get extra information from the requested user
Результат Collection

GetUsersByUserName() публичный Метод

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.
public GetUsersByUserName ( Collection usernames, HyvesUserResponsefield responsefields, bool useFancyLayout ) : Collection
usernames Collection The list of requested usernames.
responsefields HyvesUserResponsefield Get extra information from the requested user
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

GetUsersByUserName() публичный Метод

Gets the desired information about the specified users. This corresponds to the users.get Hyves method.
public GetUsersByUserName ( Collection usernames, bool useFancyLayout ) : Collection
usernames Collection The list of requested usernames.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

Search() публичный Метод

Search for users based on basic queries (keywords like city, name). This corresponds to the users.search Hyves method.
public Search ( string searchterms ) : Collection
searchterms string The searchterms to search for.
Результат Collection

Search() публичный Метод

Search for users based on basic queries (keywords like city, name). This corresponds to the users.search Hyves method.
public Search ( string searchterms, HyvesUserResponsefield responsefields ) : Collection
searchterms string The searchterms to search for.
responsefields HyvesUserResponsefield Get extra information from the requested user
Результат Collection

Search() публичный Метод

Search for users based on basic queries (keywords like city, name). This corresponds to the users.search Hyves method.
public Search ( string searchterms, HyvesUserResponsefield responsefields, bool useFancyLayout ) : Collection
searchterms string The searchterms to search for.
responsefields HyvesUserResponsefield Get extra information from the requested user
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

Search() публичный Метод

Search for users based on basic queries (keywords like city, name). This corresponds to the users.search Hyves method.
public Search ( string searchterms, bool useFancyLayout ) : Collection
searchterms string The searchterms to search for.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

SearchInFriends() публичный Метод

Search for friends based on basic queries (keywords like city, name). This corresponds to the users.searchInFriends Hyves method.
public SearchInFriends ( string searchterms ) : Collection
searchterms string The searchterms to search for.
Результат Collection

SearchInFriends() публичный Метод

Search for friends based on basic queries (keywords like city, name). This corresponds to the users.searchInFriends Hyves method.
public SearchInFriends ( string searchterms, HyvesUserResponsefield responsefields ) : Collection
searchterms string The searchterms to search for.
responsefields HyvesUserResponsefield Get extra information from the requested user
Результат Collection

SearchInFriends() публичный Метод

Search for friends based on basic queries (keywords like city, name). This corresponds to the users.searchInFriends Hyves method.
public SearchInFriends ( string searchterms, HyvesUserResponsefield responsefields, bool useFancyLayout ) : Collection
searchterms string The searchterms to search for.
responsefields HyvesUserResponsefield Get extra information from the requested user
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

SearchInFriends() публичный Метод

Search for friends based on basic queries (keywords like city, name). This corresponds to the users.searchInFriends Hyves method.
public SearchInFriends ( string searchterms, bool useFancyLayout ) : Collection
searchterms string The searchterms to search for.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
Результат Collection

SendNotificationToFriend() публичный Метод

Send an email to an given userid which has to be loggedin user or a friend of logged in user. This corresponds to the users.sendNotificationToFriend Hyves method.
Spam sensitive method (for trusted partners only).
public SendNotificationToFriend ( string userId, string subject, string body, string senderName, string senderEmail ) : bool
userId string
subject string Subject of the email.
body string Body of the email.
senderName string Sender name.
senderEmail string Sender email address.
Результат bool