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

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

    Parameters

    strUserSID
    SID of user.

    Return Value

    The groups, the user belongs to.
    See Also