Add enum ForestTrustCollisionType
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Mon, 5 Aug 2013 02:24:00 +0000 (12:24 +1000)
committerAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Tue, 6 Aug 2013 09:21:51 +0000 (19:21 +1000)
mcs/class/System.DirectoryServices/System.DirectoryServices.ActiveDirectory/ForestTrustCollisionType.cs [new file with mode: 0644]
mcs/class/System.DirectoryServices/System.DirectoryServices.dll.sources

diff --git a/mcs/class/System.DirectoryServices/System.DirectoryServices.ActiveDirectory/ForestTrustCollisionType.cs b/mcs/class/System.DirectoryServices/System.DirectoryServices.ActiveDirectory/ForestTrustCollisionType.cs
new file mode 100644 (file)
index 0000000..b31f9a0
--- /dev/null
@@ -0,0 +1,31 @@
+/******************************************************************************
+* The MIT License
+*
+* Permission is hereby granted, free of charge, to any person obtaining  a copy
+* of this software and associated documentation files (the Software), to deal
+* in the Software without restriction, including  without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to  permit persons to whom the Software is
+* furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included in
+* all copies or substantial portions of the Software.
+*
+* THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*******************************************************************************/
+using System;
+namespace System.DirectoryServices.ActiveDirectory
+{
+       public enum ForestTrustCollisionType
+       {
+               TopLevelName,
+               Domain,
+               Other
+       }
+}
index 7ac537e1aaf4d654c2c4c6c2a9d4c1bae8c492ce..88c5c378f8a080a7296b08179bd8e782813643f4 100644 (file)
@@ -72,6 +72,7 @@ System.DirectoryServices.ActiveDirectory/DomainMode.cs
 System.DirectoryServices.ActiveDirectory/DomainCollisionOptions.cs
 System.DirectoryServices.ActiveDirectory/Forest.cs
 System.DirectoryServices.ActiveDirectory/ForestMode.cs
+System.DirectoryServices.ActiveDirectory/ForestTrustCollisionType.cs
 System.DirectoryServices.ActiveDirectory/ForestTrustDomainInformation.cs
 System.DirectoryServices.ActiveDirectory/ForestTrustDomainInfoCollection.cs
 System.DirectoryServices.ActiveDirectory/ForestTrustDomainStatus.cs