/// <summary>
 /// Handles the SPSiteEnumerated event of the enumerator control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Lapointe.SharePoint.STSADM.Commands.OperationHelpers.SPEnumerator.SPSiteEventArgs"/> instance containing the event data.</param>
 private void OnSPSiteEnumerated(object sender, SPEnumerator.SPSiteEventArgs e)
 {
     BackupSiteCore(e.Site);
 }
 /// <summary>
 /// Handles the SPSiteEnumerated event of the enumerator control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Lapointe.SharePoint.STSADM.Commands.OperationHelpers.SPEnumerator.SPSiteEventArgs"/> instance containing the event data.</param>
 private void enumerator_SPSiteEnumerated(object sender, SPEnumerator.SPSiteEventArgs e)
 {
     ActivateDeactivateFeatureAtSite(e.Site, m_Activate, m_FeatureId, m_Force, m_IgnoreNonActive);
 }
 /// <summary>
 /// Handles the SPSiteEnumerated event of the enumerator control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Lapointe.SharePoint.STSADM.Commands.OperationHelpers.SPEnumerator.SPSiteEventArgs"/> instance containing the event data.</param>
 private void enumerator_SPSiteEnumerated(object sender, SPEnumerator.SPSiteEventArgs e)
 {
     Sync(e.Site);
 }