EasyPortalServiceAddSession Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public void AddSession(
	string sessionId,
	Guid userGuid,
	string userName,
	bool isExternal,
	bool passwordVerified,
	bool isAuthenticated,
	Database database,
	DbTransaction transaction
)

Parameters

sessionId  String
 
userGuid  Guid
 
userName  String
 
isExternal  Boolean
 
passwordVerified  Boolean
 
isAuthenticated  Boolean
 
database  Database
 
transaction  DbTransaction
 

See Also