Search Results for

    Show / Hide Table of Contents

    Method DeleteRemoteFolderSystem

    DeleteRemoteFolderSystem(String, String)

    Delete a remote folder system

    Declaration
    void DeleteRemoteFolderSystem(string connectionId, string remoteFolderSystemId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String remoteFolderSystemId

    RemoteFolderSystem id to delete. See also Id

    Examples

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

    Example for delete a remote folder system.

    {
       "connectionId": "e08482f2-eb69-4693-b2c1-cdc87f641ec2",
       "remoteFolderSystemId": "b1f17894-f4e0-e911-a94b-00155d290a08"
    }

    Response:

    { }
    Exceptions
    Type Condition
    ServiceException

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

    ServiceException

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

    Back to top Copyright © Kendox