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: 2019.2.1.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(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
Remarks
#APIChange 5.0: removed public static IEnumerable<Tag> GetUserRolesForCurrentUser(string roleName), use GetUserRolesForCurrentUser(string roleProviderName, string roleName) instead
See Also