Reply to thread

[USER=88055]@johanj[/USER]

I am working on the settings part right now. The api gives you a list of all available settings per site.

The function is called: GetOnlineVideosSiteSettings(string siteName).

and returns List<WebOnlineVideosSiteSetting>

WebOnlineVideosSiteSettings contains:


The description says the following:



Now I want to implement the change of a site setting. How would you like it to be?

Something like:

SetOnlineVideosSiteSetting(string siteName, string settingName, string settingValue)

or more like:

SetOnlineVideosSiteSettings(string siteName, List<WebOnlineVideosSiteSettings>)

and this function only takes the parameters value and name?


Or do you prefer a completely different way? :)


Top Bottom