Click or drag to resize

UserGetUsersByIds Method

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public static UserCollection GetUsersByIds(
	List<int> userIds
)

Parameters

userIds
Type: System.Collections.GenericListInt32

Return Value

Type: UserCollection
See Also