UserPreferencesGetCustomView Method

Get the custom view columns for the current user.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get the custom view columns for the current user.")]
public ViewColumn[] GetCustomView(
	string containerType
)

Parameters

containerType  String

Return Value

ViewColumn

Remarks

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

See Also