7 references to ForestMode
System.DirectoryServices (7)
System\DirectoryServices\ActiveDirectory\Forest.cs (7)
211public void RaiseForestFunctionality(ForestMode forestMode) 216if (forestMode < ForestMode.Windows2000Forest) 218throw new InvalidEnumArgumentException(nameof(forestMode), (int)forestMode, typeof(ForestMode)); 684public ForestMode ForestMode 690if (ForestModeLevel <= (int)ForestMode.Windows2012R2Forest) 692return (ForestMode)ForestModeLevel; 695return ForestMode.Unknown;