Search Results for

    Show / Hide Table of Contents

    Method GetFolderSystems

    GetFolderSystems(String)

    Get all available folder systems

    Declaration
    List<FolderSystemContract> GetFolderSystems(string connectionId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    Returns
    Type Description
    System.Collections.Generic.List<FolderSystemContract>

    List of folder systems

    Examples

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

    Example for get all available folder systems.

    {
       "connectionId": "eb5718e6-8fd6-460b-9da3-4fb0434e81a8"
    }

    Response:

    {
       "GetFolderSystemsResult": [{
         "AccessRightsEnum": ["SetMasterColumnConfiguration"],
         "Description": {
           "Values": [{
             "Culture": "de",
             "Text": "WebDavShare folder" }, {
             "Culture": "en",
             "Text": "WebDavShare folder" }] },
         "Hidden": false,
         "Id": "1eb9edb4-2ce0-e911-a94a-00155d290a08",
         "ImportTemplateId": "e8ccb88b-17d0-e911-a93a-00155d290a08",
         "Name": "WebDavShare",
         "ProtectionDomainId": "0100a000-38a7-11d8-a902-0050bf427e8f" }]
    }
    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