Click or drag to resize

UserPreferencesGetUserPreferences Method (Int32, Database, DbTransaction)

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

Parameters

userId
Type: SystemInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: UserProfile
See Also