Click or drag to resize
AkSessionSetLoginInfo Method

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void SetLoginInfo(
	string userId,
	string userName,
	string deptId,
	string deptName,
	string roleId,
	string roleName
)

Parameters

userId
Type: SystemString
userName
Type: SystemString
deptId
Type: SystemString
deptName
Type: SystemString
roleId
Type: SystemString
roleName
Type: SystemString
See Also