Click or drag to resize

UserPreferencesAddViewForUser Method

Create a new personal view for specified user.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddViewForUser(
	ViewDefinition view,
	Guid userId
)

Parameters

view
Type: FileHold.LibraryManagerViewDefinition
userId
Type: SystemGuid

Return Value

Type: Int32
See Also