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