Accessing Sitecore API from a CLI tool

后端 未结 1 1364
离开以前
离开以前 2021-02-10 15:57

I would like to access the Sitecore API from within a command line tool (with a goal of exporting some information about users in the database), however I haven\'t been able to

1条回答
  •  不知归路
    2021-02-10 16:41

    This may be possible using App.Config (I cannot confirm or deny) but you will have a much easier time doing this by web service. Likely easiest would be to create a custom web service with the logic you need, and use a CLI to call/trigger the service.

    0 讨论(0)
提交回复
热议问题