CurrentUserHasGroup method
Returns True if the current user is assigned to the specified user group.
Syntax
bHasGroup = Application
.CurrentUserHasGroup
(sGroups
)where
bHasGroup
– is a Boolean variable that will be set to True if the current user is assigned to the specified group.Application
– is the name of a FactoryTalk View SE
Client Application object or an expression that evaluates to a FactoryTalk View SE
Client Application object.sGroups
– is a string that stands for the name of a group.Provide Feedback