UserPreferencesGetDefaultViewForContext Method |
Retrieve the default view in given context.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic DefaultView GetDefaultViewForContext(
DefaultView context
)
Parameters
- context
- Type: FileHold.LibraryManagerDefaultView
The DefaultView structure describing the context in which the view is used.
Return Value
Type:
DefaultViewThe DefaultView structure containing the context and identifier of the default view.
See Also