Hi all,
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 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.