Inheritance: SyncConfiguration
Example #1
0
 /* ==================================================================================== Constructor */
 public SyncAD2Portal()
 {
     _config            = AD2PortalConfiguration.Current;
     _syncTrees         = _config.GetSyncTrees();
     _propertyMappings  = _config.GetPropertyMappings();
     _deletedFromADPath = _config.DeletedFromADPath;
 }
Example #2
0
 /* ==================================================================================== Constructor */
 public SyncAD2Portal()
 {
     _config = AD2PortalConfiguration.Current;
     _syncTrees = _config.GetSyncTrees();
     _propertyMappings = _config.GetPropertyMappings();
     _deletedFromADPath = _config.DeletedFromADPath;
 }