Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Asif Malik 203 posts 339 karma points
    May 03, 2013 @ 15:21
    Asif Malik
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft