db73cc1a12
AD Interop moved to Disco.Services; Supports multi-domain environments, sites, and searching restricted with OUs.
15 lines
386 B
C#
15 lines
386 B
C#
//using System;
|
|
//using System.Collections.Generic;
|
|
//using System.Linq;
|
|
//using System.Text;
|
|
|
|
//namespace Disco.BI.Interop.ActiveDirectory
|
|
//{
|
|
// public class ActiveDirectoryOrganisationalUnit
|
|
// {
|
|
// public string Name { get; set; }
|
|
// public string Path { get; set; }
|
|
// public List<ActiveDirectoryOrganisationalUnit> Children { get; set; }
|
|
// }
|
|
//}
|