Click or drag to resize

UserPreferencesSetCustomView Method

Set custom view for the current user.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetCustomView(
	string containerType,
	ViewColumn[] view,
	int pageSize
)

Parameters

containerType
Type: SystemString
view
Type: FileHold.LibraryManagerViewColumn
pageSize
Type: SystemInt32
Remarks
This method is obsolete and is provided only for compatibility with existing code.
See Also