Click or drag to resize
WSUtility Class
This expression variable provides utility methods related to MatchPoint workspaces, to be used from the expression engine.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WorkspacesWSUtility

Namespace: Colygon.MatchPoint.Workspaces
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static class WSUtility
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