UserPreferencesResetCustomView Method

Delete the custom view and use the default view.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Delete the custom view and use the default view.")]
public void ResetCustomView(
	string containerType
)

Parameters

containerType  String

Remarks

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

See Also