Click or drag to resize

UserPreferencesSetFixedViewPageSize Method

Modify the page size for a fixed container type.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetFixedViewPageSize(
	string containerType,
	int pageSize
)

Parameters

containerType
Type: SystemString
pageSize
Type: SystemInt32
See Also