UserPreferencesSetFixedViewPageSize Method

Modify the page size for a fixed container type.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Modify the page size for a fixed container type.")]
public void SetFixedViewPageSize(
	string containerType,
	int pageSize
)

Parameters

containerType  String
pageSize  Int32

See Also