I have also used the read method, however none of these return the DocumentTypeId or alias. (I do get content back correctly though)
I have had a look through the source code and in the method createCarrier (documentService.cs line 278), the DocumentTypeID is not being set to anything.
Is this a mistake, or am i doing something wrong ? any help or guidance would be appreciated.
Umbraco document web services
Hi I am using the Umbraco Web services to create content via a console application.
Example code:
UmbracoAPIDocumentService.ArrayOfDocumentCarrier topicList = _documentService.readList(nodeId, _umbracoUserName, _umbracoPassword);
I have also used the read method, however none of these return the DocumentTypeId or alias. (I do get content back correctly though)
I have had a look through the source code and in the method createCarrier (documentService.cs line 278), the DocumentTypeID is not being set to anything.
Is this a mistake, or am i doing something wrong ? any help or guidance would be appreciated.
Umbraco version 4.11.8
is working on a reply...