Example #1
0
 /// <summary>
 /// Identifies and promotes any change groups in the current session whose status is Analysis
 /// to the Pending state.
 /// This method is called during the analysis phase when the items in the analysis
 /// state are ready for migration.  The promotion occurs in the transaction context provided.
 /// </summary>
 /// <returns>The number of change groups reverted from "Analysis" to "Pending"</returns>
 public int PromoteAnalysisToPending()
 {
     return(m_changeGroupManager.PromoteAnalysisToPending());
 }