Click or drag to resize

UserPreferencesGetParentViewForContext Method

Retrieve the inherited view in given context.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DefaultView GetParentViewForContext(
	DefaultView context
)

Parameters

context
Type: FileHold.LibraryManagerDefaultView
The DefaultView structure descibing the context in which the view is used.

Return Value

Type: DefaultView
The DefaultView structure containing the parent context and identifier of the default view.
See Also