News:

Latest Movie Updates : Cinebuzz.in
Latest Update on Rajini Movie  Enthiran / Endhiran - Rajini - The Robot

Main Menu

EnumMembers Method

Started by thiruvasagamani, Jan 26, 2009, 03:55 PM

Previous topic - Next topic

thiruvasagamani

 EnumMembers Method

The EnumMembers method lists members in a domain.

public string[] EnumUsers(string domainName, string start, int num)
Parameters

domainName — String with name of domain.

start — String containing the value where you want the list to start. For example, if you want to list all members that begin with the letter "s", start would be "s". Enter a blank string ("") for the entire list.

num — Integer value with the maximum number of users you want to list. Enter a large value (such as 5000) to list all members.
Return Value

An array of strings containing all member names in a domain.
Remarks

Returns an exception if domainName is not managed by the logged on Passport member or certificate.


Source : MSDN
Thiruvasakamani Karnan