Click or drag to resize

UserPreferencesGetViewsForUser Method

Return all views for given container type for specified user.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ViewDefinition[] GetViewsForUser(
	string containerType,
	Guid userId
)

Parameters

containerType
Type: SystemString
userId
Type: SystemGuid

Return Value

Type: ViewDefinition
See Also