Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / UserRights Class / GetGroups Method
SID of user.

In This Topic
    GetGroups Method (UserRights)
    In This Topic
    Gets the groups from the user rights management to which the specified user belongs.
    Syntax
    public StringCollection GetGroups( 
       string strUserSID
    )
    public:
    StringCollection^ GetGroups( 
       String^ strUserSID
    ) 

    Parameters

    Parameter NameDescription
    strUserSIDSID of user.

    Return Value

    The groups the user belongs to.
    See Also