UserPreferencesSetDefaultViewForContext Method |
Set the default view in given context.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void SetDefaultViewForContext(
DefaultView context,
bool forceAllUsers,
bool forceChildObjects
)
Parameters
- context
- Type: FileHold.LibraryManagerDefaultView
The DefaultView structure containing the context and identifier of view. - forceAllUsers
- Type: SystemBoolean
When true, all defaults for all users are reset (only available for administrators). - forceChildObjects
- Type: SystemBoolean
When true, settings for child objects are reset (for example, when setting default view
for cabinet, all settings for its drawers and folders will be overridden).
See Also