GetActiveUsersOnly - Solution Sites Routine
This function examines the semicolon-separated list of user profile IDs, and returns a similar list containing only those user profile IDs that correspond to users that have an account status of ACCOUNT_ACTIVE.
Definition
Function GetActiveUsersOnly(
byVal sProfileIDs)
Parameters
- sProfileIDs
A string containing a semicolon-separated list of user profile IDs.
Return Value
A string containing a semicolon-separated list of user profile IDs corresponding to users that are specified in the list provided by the sProfileIDs parameter, and that have an account status of ACCOUNT_ACTIVE.
Defined in File
services\include\save_one_profile.asp
Routines Called
Called By
SaveUserAccountControlProperty
Copyright © 2005 Microsoft Corporation.
All rights reserved.