GetADMemberShip(String) Method

The GetADMemberShip method of the AudienceManager class gets a list of members for Microsoft Active Directory directory service entries that match the specified parameters.

Parameters

ADsPathOrg   Path specified using Lightweight Directory Access Protocol (LDAP) format that identifies an entry in Active Directory.

Return Value

System.Collections.ArrayList   List of Active Directory members for the specified path.

Example

The following code example shows how to use the GetADMemberShip method to retrieve directory entries for a distribution list named list_name.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security

Microsoft.SharePoint.Portal.Audience Namespace