AddFolderElementDocument(String, FolderPathContract, String)
|
Add a document to a folder.
|
AddFolderElementDocuments(String, FolderPathContract, List<String>)
|
Add a list of documents to a folder.
|
AddFolderElementProcess(String, FolderPathContract, String)
|
Add a process to a folder.
|
AddFolderElementProcesses(String, FolderPathContract, List<String>)
|
Add a list of processes to a folder.
|
CreateFolder(String, FolderContract)
|
Create a folder
|
CreateSearchFolder(String, SearchFolderContract)
|
Create a search folder
|
DeleteFolder(String, FolderPathContract)
|
Delete a folder
|
DeleteSearchFolder(String, FolderPathContract)
|
Delete a search folder
|
FindFolders(String, FolderSearchOptionContract)
|
Search all folder systems for all folders which contain searchString in their name.
|
GetDefaultSearchFolder(String)
|
Get default search folder
|
GetFolder(String, FolderPathContract)
|
Get folder for path
|
GetMultipleSubFolders(String, List<FolderPathContract>, FolderRetrieveOptionsContract)
|
Get multiple folders with sub folders for paths
|
GetSearchFolder(String, FolderPathContract)
|
Get search folder for path
|
GetSubFolders(String, FolderPathContract)
|
Get folder with sub folders for path
|
MoveFolderElement(String, FolderPathContract, FolderPathContract)
|
Move a folder element (folder, search folder, document or process).
|
RemoveElementFromFolder(String, FolderPathContract)
|
Remove an element from a folder.
|
RemoveElementsFromFolder(String, List<FolderPathContract>)
|
Remove a list of elements from folders.
|
RemoveFolderElementDocument(String, FolderPathContract, String)
|
Remove a document from a folder.
|
RemoveFolderElementDocuments(String, FolderPathContract, List<String>)
|
Remove a list of documents from a folder.
|
RemoveFolderElementProcess(String, FolderPathContract, String)
|
Remove a process from a folder.
|
RemoveFolderElementProcesses(String, FolderPathContract, List<String>)
|
Remove a list of processes from a folder.
|
RenameFolderElement(String, FolderPathContract, StringGlobalContract)
|
Rename a folder element (folder, search folder, document or process).
|
ResetAllFolderColumnConfigurations(String)
|
Reset all folder column configurations for all users
|
ResetFolderColumnConfiguration(String, FolderPathContract)
|
Reset a folder column configuration to master configuration
|
ResetFolderColumnConfigurationForAllUsers(String, FolderPathContract)
|
Reset a folder column configuration to master configuration for all users
|
ResetFolderColumnConfigurationForUserId(String, FolderPathContract, String)
|
Reset a folder column configuration to master configuration for a user passed as userId parameter
|
SetFolderColumnConfiguration(String, FolderPathContract, ColumnConfigurationContract, Boolean)
|
Set a folder column configuration
|
UpdateDefaultSearchFolder(String, SearchFolderContract)
|
Update default search folder
|
UpdateFolder(String, FolderContract)
|
Update a folder
|
UpdateSearchFolder(String, SearchFolderContract)
|
Edit a search folder
|