[This is preliminary documentation and is subject to change.]
            Gets all assigned permissions for a given user
            
    Namespace: 
   OfficeClip.DBLayer.ExtranetAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public DataSet GetAllExtranetUserPermissions( int userId, int groupId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetAllExtranetUserPermissions ( _ userId As Integer, _ groupId As Integer _ ) As DataSet  | 
| Visual C++ | 
|---|
public: DataSet^ GetAllExtranetUserPermissions( int userId, int groupId )  | 
Parameters
- userId
 - Type: System..::.Int32
The unique id of the user 
- groupId
 - Type: System..::.Int32
The unique id of the organization 
