RemoveWriteProtection Method
                In This Topic
            
            Removes write protection on a project (i.e. opens the current revision for changes).
            
            
            Syntax
            
            
            
            
            public void RemoveWriteProtection( 
   Project 
)
             
        
            
            public:
void RemoveWriteProtection( 
   Project^ 
) 
             
        
             
        
            Parameters
- oProject
- A project to take the action on.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Thrown in case of
                                    invalid parameters. | 
| ApplicationException | \Internal interface
                                       necessary for the
                                       revision management
                                       could not be created. | 
| BaseException | An error occurred,
                                during the action. | 
See Also