Click or drag to resize
Galactic API

UserGetModifiedUsers Method

Gets of all user accounts that were modified within the specified time frame.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static List<User> GetModifiedUsers(
	ActiveDirectory ad,
	DateTime startDate,
	DateTime endDate
)

Parameters

ad
Type: Galactic.ActiveDirectoryActiveDirectory
The Active Directory to retrieve users from.
startDate
Type: SystemDateTime
The lower boundary of the time frame.
endDate
Type: SystemDateTime
The upper boundary of the time frame.

Return Value

Type: ListUser
Returns a list of all users that were during the specified period of time.
See Also