[This is preliminary documentation and is subject to change.]
            Deletes Extranet user for specified group and user ID
            
    Namespace: 
   OfficeClip.DBLayer.ExtranetAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public void DeleteExtranetUser( int groupId, int userId )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub DeleteExtranetUser ( _ groupId As Integer, _ userId As Integer _ )  | 
| Visual C++ | 
|---|
public: void DeleteExtranetUser( int groupId, int userId )  | 
Parameters
- groupId
 - Type: System..::.Int32
The unique id of the group 
- userId
 - Type: System..::.Int32
The unique id of the user 
