UserPreferencesSetCustomView Method

Set custom view for the current user.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Set custom view for the current user.")]
public void SetCustomView(
	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