Method | Description | |
---|---|---|
CreateGadget ( string specUrl, HyvesVisibility visibility, bool onProfilePage, bool onHomepage ) : |
Create a gadget by XML (OpenSocial) for the current user. This corresponds to the gadgets.createByXML Hyves method.
|
|
CreateGadget ( string title, string html, HyvesVisibility visibility, bool mayCopy ) : |
Create a gadget for the current user. This corresponds to the gadgets.create Hyves method.
|
|
CreateRespect ( string targetGadgetID, HyvesRespectType respectType ) : bool |
Creates respect for an gadget. This corresponds to the gadgets.createRespect Hyves method.
|
|
GetComments ( string gadgetId ) : Collection |
Gets the comments from the specified gadget. This corresponds to the gadgets.getComments Hyves method.
|
|
GetComments ( string gadgetId, bool useFancyLayout ) : Collection |
Gets the comments from the specified gadget. This corresponds to the gadgets.getComments Hyves method.
|
|
GetGadget ( string gadgetId ) : |
Gets the desired information about the specified gadget. This corresponds to the gadgets.get Hyves method.
|
|
GetGadget ( string gadgetId, HyvesGadgetResponsefield responsefield ) : |
Gets the desired information about the specified gadget. This corresponds to the gadgets.get Hyves method.
|
|
GetGadget ( string gadgetId, HyvesGadgetResponsefield responsefields, bool useFancyLayout ) : |
Gets the desired information about the specified gadget. This corresponds to the gadgets.get Hyves method.
|
|
GetGadget ( string gadgetId, bool useFancyLayout ) : |
Gets the desired information about the specified gadget. This corresponds to the gadgets.get Hyves method.
|
|
GetGadgets ( Collection |
Gets the desired information about the specified gadget. This corresponds to the gadgets.get Hyves method.
|
|
GetGadgets ( Collection |
Gets the desired information about the specified gadget. This corresponds to the gadgets.get Hyves method.
|
|
GetGadgets ( Collection |
Gets the desired information about the specified gadget. This corresponds to the gadgets.get Hyves method.
|
|
GetGadgets ( Collection |
Gets the desired information about the specified gadget. This corresponds to the gadgets.get Hyves method.
|
|
GetGadgetsByHub ( string hubId ) : Collection |
Gets the desired gadgets from the specified hub. This corresponds to the gadgets.getByHub Hyves method.
|
|
GetGadgetsByHub ( string hubId, HyvesGadgetResponsefield responsefield ) : Collection |
Gets the desired gadgets from the specified hub. This corresponds to the gadgets.getByHub Hyves method.
|
|
GetGadgetsByHub ( string hubId, HyvesGadgetResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
Gets the desired gadgets from the specified hub. This corresponds to the gadgets.getByHub Hyves method.
|
|
GetGadgetsByHub ( string hubId, bool useFancyLayout ) : Collection |
Gets the desired gadgets from the specified hub. This corresponds to the gadgets.getByHub Hyves method.
|
|
GetGadgetsByUser ( string userId ) : Collection |
Gets the desired gadgets from the specified user. This corresponds to the gadgets.getByUser Hyves method.
|
|
GetGadgetsByUser ( string userId, HyvesGadgetResponsefield responsefield ) : Collection |
Gets the desired gadgets from the specified user. This corresponds to the gadgets.getByUser Hyves method.
|
|
GetGadgetsByUser ( string userId, HyvesGadgetResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
Gets the desired gadgets from the specified user. This corresponds to the gadgets.getByUser Hyves method.
|
|
GetGadgetsByUser ( string userId, bool useFancyLayout ) : Collection |
Gets the desired gadgets from the specified user. This corresponds to the gadgets.getByUser Hyves method.
|
|
GetRespects ( string gadgetId ) : Collection |
Gets the respects from the specified gadget. This corresponds to the gadgets.getRespects Hyves method.
|
|
GetRespects ( string gadgetId, bool useFancyLayout ) : Collection |
Gets the respects from the specified gadget. This corresponds to the gadgets.getRespects Hyves method.
|
Method | Description | |
---|---|---|
ConvertResponsefieldsToString ( HyvesGadgetResponsefield responsefields ) : string | ||
GadgetsService ( |
public CreateGadget ( string specUrl, HyvesVisibility visibility, bool onProfilePage, bool onHomepage ) : |
||
specUrl | string | Url where the gadget spec for the gadget can be found. |
visibility | HyvesVisibility | The visibility of the gadget. |
onProfilePage | bool | Show gadget on profilepage. |
onHomepage | bool | Show gadget on the homepage. |
return |
public CreateGadget ( string title, string html, HyvesVisibility visibility, bool mayCopy ) : |
||
title | string | The title of the gadget. |
html | string | The html of the gadget. |
visibility | HyvesVisibility | The visibility of the gadget. |
mayCopy | bool | Allow to copy this gadget. |
return |
public CreateRespect ( string targetGadgetID, HyvesRespectType respectType ) : bool | ||
targetGadgetID | string | A single gadgetid. |
respectType | HyvesRespectType | The type of the respect. |
return | bool |
public GetComments ( string gadgetId ) : Collection |
||
gadgetId | string | The requested gadget ID. |
return | Collection |
public GetComments ( string gadgetId, bool useFancyLayout ) : Collection |
||
gadgetId | string | The requested gadget ID. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public GetGadget ( string gadgetId ) : |
||
gadgetId | string | The requested gadgetId. |
return |
public GetGadget ( string gadgetId, HyvesGadgetResponsefield responsefield ) : |
||
gadgetId | string | The requested gadgetId. |
responsefield | HyvesGadgetResponsefield | |
return |
public GetGadget ( string gadgetId, HyvesGadgetResponsefield responsefields, bool useFancyLayout ) : |
||
gadgetId | string | The requested gadgetId. |
responsefields | HyvesGadgetResponsefield | Get extra information from the gadget. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return |
public GetGadget ( string gadgetId, bool useFancyLayout ) : |
||
gadgetId | string | The requested gadgetId. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return |
public GetGadgets ( Collection |
||
gadgetIds | Collection |
|
return | Collection |
public GetGadgets ( Collection |
||
gadgetIds | Collection |
|
responsefield | HyvesGadgetResponsefield | |
return | Collection |
public GetGadgets ( Collection |
||
gadgetIds | Collection |
|
responsefields | HyvesGadgetResponsefield | Get extra information from the gadget. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public GetGadgets ( Collection |
||
gadgetIds | Collection |
|
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |
public GetGadgetsByHub ( string hubId ) : Collection |
||
hubId | string | The requested hub Id. |
return | Collection |
public GetGadgetsByHub ( string hubId, HyvesGadgetResponsefield responsefield ) : Collection |
||
hubId | string | The requested hub Id. |
responsefield | HyvesGadgetResponsefield | |
return | Collection |
public GetGadgetsByHub ( string hubId, HyvesGadgetResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
||
hubId | string | The requested hub Id. |
responsefields | HyvesGadgetResponsefield | |
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 GetGadgetsByHub ( 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 GetGadgetsByUser ( string userId ) : Collection |
||
userId | string | The requested user Id. |
return | Collection |
public GetGadgetsByUser ( string userId, HyvesGadgetResponsefield responsefield ) : Collection |
||
userId | string | The requested user Id. |
responsefield | HyvesGadgetResponsefield | |
return | Collection |
public GetGadgetsByUser ( string userId, HyvesGadgetResponsefield responsefields, bool useFancyLayout, int page, int resultsPerPage ) : Collection |
||
userId | string | The requested user Id. |
responsefields | HyvesGadgetResponsefield | |
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 GetGadgetsByUser ( 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 GetRespects ( string gadgetId ) : Collection |
||
gadgetId | string | The requested gadget ID. |
return | Collection |
public GetRespects ( string gadgetId, bool useFancyLayout ) : Collection |
||
gadgetId | string | The requested gadget ID. |
useFancyLayout | bool | Display information the same way that that is being done on the site, including things like smilies. |
return | Collection |