UserPreferencesGetViewPageSize Method

Get the page size for a given view.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get the page size for a given view.")]
public int GetViewPageSize(
	string containerType
)

Parameters

containerType  String

Return Value

Int32

Remarks

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

See Also