Click or drag to resize
WSUtility Methods
Methods
  NameDescription
Public methodStatic memberCallWebService(String)
Calls a web service specified by URL. The provider is automatically detected by analyzing the URL.
Public methodStatic memberCallWebService(String, String)
Calls a web service specified by URL and provider. Possible providers are: Rss, Rest, Wdsl, Ajax.
Public methodStatic memberGetUserRolesForCurrentUser(String) Obsolete.
Returns user role tags for the current user. This method is obsolete, please use GetUserRolesForCurrentUser(string roleProviderName, string roleName) instead.
Public methodStatic memberGetUserRolesForCurrentUser(Tag)
Returns user role tags for the current user. Use the roleName parameter to specify a single role.
Public methodStatic memberGetUserRolesForCurrentUser(String, String)
Returns user role tags for the current user. The roleProviderName parameter specifies the provider from the workspace template. Use the roleName parameter to specify a single role.
Top
See Also