[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public DataSet GetExtranetUserPermissions( int userId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetExtranetUserPermissions ( _ userId As Integer _ ) As DataSet  | 
| Visual C++ | 
|---|
public: DataSet^ GetExtranetUserPermissions( int userId )  | 
Parameters
- userId
 - Type: System..::.Int32
The unique id of the user 
