Interface RemoteFolderServiceInf
RemoteFolder service
Namespace: Com.Kendox.Dcis.SubSystem.Service.Services
Syntax
public interface RemoteFolderServiceInf
Methods
Name | Description |
---|---|
AddDocumentListNamedToRemoteFolder(String, String, List<DocumentIdNameContract>) | Add a list of documents to a remote folder. The documents references are named according to the names given in the DocumentIdNameContract. |
AddDocumentListToRemoteFolder(String, String, List<String>) | Add a list of documents to a remote folder. If a document name exists already in the target folder the document reference in the remote folder is changed. |
AddDocumentToRemoteFolder(String, String, String) | Add a document to a remote folder. If the document name exists already in the target folder the document name is changed. |
CreateRemoteFolder(String, RemoteFolderContract) | Create a remote folder |
DeleteRemoteFolder(String, String) | Delete a remote folder |
FindRemoteFolders(String, String) | Search all remote folder systems for all remote folders which contain |
GetAllRemoteFolders(String, String) | Get all remote folder paths for a specific document id passed as A folder path consists of a list of parent folders including as last element the document name with its extension. For example: Guid of rootfolder\Guid of folderchild1\Guid of folderchild1child1\Guid of folderchild1child1child1\document.docx |
GetRemoteFolder(String, String, List<String>, RemoteFolderOptionsContract) | Get remote folder for path |
MoveRemoteFolderElement(String, String, String) | Move a remote folder element (folder or document). |
RemoveElementFromRemoteFolder(String, String) | Remove element from a remote folder. |
RemoveElementsFromRemoteFolder(String, List<String>) | Remove a list of element from remote folders. |
RenameRemoteFolderElement(String, String, String) | Rename a remote folder element (remote folder or document). If an element with the same name already exists, a unique name is created. |
ResetRemoteFolderColumnConfiguration(String, String) | Reset a remote folder column configuration to master configuration |
ResetRemoteFolderColumnConfigurationForUserId(String, String, String) | Reset a remote folder column configuration to master configuration for a user passed as |
SetRemoteFolderColumnConfiguration(String, String, ColumnConfigurationContract, Boolean) | Set a remote folder column configuration |
UpdateRemoteFolder(String, RemoteFolderContract, List<String>) | Update a remote folder |