VirtualFolderManager Class

Service for managing virtual and smart folders and document tray.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/virtualfoldermanager/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class VirtualFolderManager : WebService
Inheritance
Object    MarshalByValueComponent    WebService    VirtualFolderManager

Constructors

VirtualFolderManagerInitializes a new instance of the VirtualFolderManager class

Methods

AddSmartFolder Create a personal or public smart folder.
AddSmartFolderForUser Create personal smart folder for the specific user.
AddToTray Add the selected documents to the document tray.
AddToVirtualFolder Add the selected documents to a virtual folder.
AddVirtualFolder Create a personal or public virtual folder.
AddVirtualFolderForUser Create a personal virtual folder for specific user.
ClearTray Remove all documents from document tray.
GetPublicSmartFolders Return all public smart folders available for the current user.
GetPublicSmartFolders(Database, DbTransaction) 
GetPublicVirtualFolders Return all public virtual folders available for the current user.
GetSimpleSearchPublicSmartFolders Return only simple search public smart folders available for the current user.
GetSimpleSearchPublicSmartFolders(Database, DbTransaction) 
GetSimpleSearchSmartFoldersForUser Return only simple search personal smart folders of the current user.
GetSmartFolder Return details of a given smart folder.
GetSmartFoldersForSpecificUser Return all personal smart folders of the specific user.
GetSmartFoldersForUser Return all personal smart folders of the current user.
GetUserRecentSimpleSearches Get list of Quick Searches used recently in Simple Search
GetVirtualFolder Get the details of a virtual folder.
GetVirtualFoldersForSpecificUser Return all presonal virtual folders of the specific user.
GetVirtualFoldersForUser Return all personal virtual folders of the current user.
LoadVirtualFolderToTray Overwrite the document tray with the contents of a given virtual folder.
RemoveFromTray Remove selected documents from document tray.
RemoveFromVirtualFolder Remove selected documents from a virtual folder.
RemoveSmartFolder Remove a smart folder.
RemoveVirtualFolder Remove a virtual folder.
SaveTrayToVirtualFolder Overwrite a virtual folder with the contents of document tray.
SetUserRecentSimpleSearch Save Quick Search used recently in Simple Search
UpdateSmartFolder Update a smart folder.
UpdateVirtualFolder Update a virtual folder.

Extension Methods

See Also