EasyPortalServiceAddSession Method
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
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
 -