[This is preliminary documentation and is subject to change.]
            Removes the document
            
    Namespace: 
   OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public ReturnStatus RemoveDocument( int documentId, int currentUserId, bool isCurrentuserAdmin )  | 
| Visual Basic (Declaration) | 
|---|
Public Function RemoveDocument ( _ documentId As Integer, _ currentUserId As Integer, _ isCurrentuserAdmin As Boolean _ ) As ReturnStatus  | 
| Visual C++ | 
|---|
public: ReturnStatus RemoveDocument( int documentId, int currentUserId, bool isCurrentuserAdmin )  | 
Parameters
- documentId
 - Type: System..::.Int32
Id of the document being deleted. 
- currentUserId
 - Type: System..::.Int32
Unique id of the current user 
- isCurrentuserAdmin
 - Type: System..::.Boolean
Is the current user an administrator 
