UserPreferencesSetDefaultViewForContext Method
            Set the default view in given context.
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Set the default view in given context.")]
public void SetDefaultViewForContext(
	DefaultView context,
	bool forceAllUsers,
	bool forceChildObjects
)
Parameters
- context  DefaultView
 - The DefaultView structure containing the context and identifier of view.
 - forceAllUsers  Boolean
 - When true, all defaults for all users are reset (only available for administrators).
 - forceChildObjects  Boolean
 - 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).