UserPreferencesSetDefaultViewForContext Method

Set the default view in given context.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[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).

See Also