UserPreferencesSetDefaultView Method

Set the default view for all users.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Set the default view for all users.")]
public void SetDefaultView(
	string containerType,
	ViewColumn[] view,
	int pageSize
)

Parameters

containerType  String
view  ViewColumn
pageSize  Int32

Remarks

This method is obsolete and is provided only for compatibility with existing code.

See Also