Get some basic information about a set of users

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetBasicUserInfoForUserList( _ 
ByVal user_ids As HashSet(Of EntityID), _ 
ByVal db As IDatabase
) As List(Of UserInfo)
This language is not supported or no code example is available.
public static List<UserInfo> GetBasicUserInfoForUserList( 
HashSet<EntityID> user_ids
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static List<UserInfo^>^ GetBasicUserInfoForUserList( 
HashSet<EntityID^>^ user_ids
IDatabase^ db 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

user_ids
Type: HashSet<EntityID>

the ids of the users

db
Type: IDatabase

the db connection

Return Value

Type: List<UserInfo>

the user info

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1