Search Results for

    Show / Hide Table of Contents

    Method UpdateRemoteFolderSystem

    UpdateRemoteFolderSystem(String, RemoteFolderSystemContract)

    Update a remote folder system

    Declaration
    void UpdateRemoteFolderSystem(string connectionId, RemoteFolderSystemContract remoteFolderSystem)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    RemoteFolderSystemContract remoteFolderSystem

    RemoteFolderSystem to update. See also RemoteFolderSystemContract

    Examples

    POST http://YourServerName/InfoShare/Json/Common/UpdateRemoteFolderSystem

    Example for update a remote folder system.

    {
       "connectionId": "e08482f2-eb69-4693-b2c1-cdc87f641ec2",
       "remoteFolderSystem": {
         "AccessRightsEnum": ["SetMasterColumnConfiguration"],
         "Description": {
           "Values": [{
             "Culture": "de",
             "Text": "remotefolderTest" }, {
             "Culture": "en",
             "Text": "remotefolder" }, {
             "Culture": "fr",
             "Text": "remotefolder" }] },
         "Hidden": false,
         "Id": "a1857865-f4e0-e911-a94b-00155d290a08",
         "ImportTemplateId": "3a2cfae8-6ae0-e911-a94a-00155d290a08",
         "Name": "remotefolderTest",
         "ProtectionDomainId": "0100a000-38a7-11d8-a902-0050bf427e8f" }
    }

    Response:

    { }
    Exceptions
    Type Condition
    ServiceException

    The connection id {connectionId} isn't valid or has expired (10008)

    ServiceException

    Remote folder system not found {remoteFolderSystemId} (10044)

    ServiceException

    Name is not unique: {name} (10067)

    ServiceException

    Not allowed (10014)

    ServiceException

    Verification code is needed: Verification code not yet verified (10152)

    Back to top Copyright © Kendox