  | UserGetUserByID Method (Int32, Boolean) | 
  
    Namespace: 
   Dynamicweb.Security.UserManagement
    Assembly:
   Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntaxpublic static User GetUserByID(
	int userID,
	bool includeAngelType
)
Public Shared Function GetUserByID ( 
	userID As Integer,
	includeAngelType As Boolean
) As User
Parameters
- userID
 - Type: SystemInt32
 - includeAngelType
 - Type: SystemBoolean
 
Return Value
Type: 
User
See Also