UserPreferences.GetUserPreferences(Int32, Database, DbTransaction) Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public UserProfile GetUserPreferences(
	int userId,
	Database database,
	DbTransaction transaction
)

Parameters

userId  Int32
 
database  Database
 
transaction  DbTransaction
 

Return Value

UserProfile

See Also