VerifyMDPartsDatabaseItems(Project,String,Boolean) Method
                In This Topic
            
            Starts a check run for all MDParts or only for MDParts from ProjectMessages marked as done depending on bVerifyCompletedMessagesOnly parameter.
            
            
            Syntax
            
        
            Parameters
- oProject
- Project to write messages to.
- strVerificationScheme
- Scheme to use for the check run.
- bVerifyCompletedMessagesOnly
- Verifies completed messages only when true
 
            Exceptions
| Exception | Description | 
|---|
| InvalidScheme | An error occurred when used scheme name doesn't exist | 
| System.ArgumentNullException | Throw if parameter is invalid. | 
See Also