Click or drag to resize

UserPreferencesGetViewDetailsForUser Method

Return details of the given view that specified user has access to.

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

Parameters

viewId
Type: SystemInt32
userId
Type: SystemGuid

Return Value

Type: ViewDefinition
See Also