UserContextIsInRole Method

TIBCO Spotfire 11.4 API Reference
Determines whether the user has the specific role.

Namespace:  Spotfire.Dxp.Framework.ApplicationModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
public bool IsInRole(
	UserContextRole role
)

Parameters

role
Type: Spotfire.Dxp.Framework.ApplicationModelUserContextRole
The role.

Return Value

Type: Boolean
true if the user has the role.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10
See Also

Reference