开发者

Umbraco - set document publicly accessible via web services

开发者 https://www.devze.com 2023-01-15 06:30 出处:网络
The question regarding the Umbraco CMS: I have to setup public access for particular document (a blog, for example) programmatically - using web services exposed by Umbraco (Document service, Member

The question regarding the Umbraco CMS:

I have to setup public access for particular document (a blog, for example) programmatically - using web services exposed by Umbraco (Document service, Member service, etc.). I suppose that services are 开发者_StackOverflow社区suitable for CRUD operations only, but I am not sure, as they let setting document properties in a flexible way.

Does someone have any experience with this and can you help me implement this? Thanks in advance.


The webservices that sit in the /umbraco/webservies/api/ directory work directly with database (this is bypassing the in-memory XML, and will hit the database with every request) These API's are only available to users you supply in /config/umbraco.config

I'm guessing you want to return a bunch of data through JSON or XML, Umbraco base would be suitable http://umbraco.org/documentation/books/introduction-to-base

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号