Copied to clipboard

Flag this post as spam?

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


  • Denis 25 posts 267 karma points
    Nov 25, 2016 @ 08:34
    Denis
    0

    How to create media content using ContentService?

    I have following code:

    var contentService = Services.ContentService;
    var product = contentService.CreateContent(
          name, // the name of the product
          1000, // the parent id should be the id of the group node 
         "product", // the alias of the product Document Type
          0
    );
    

    Which arguments do I need to pass in CreateContent method for media creation?

    Thanks.

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Nov 25, 2016 @ 08:59
    Dennis Aaen
    2

    Hi Denis,

    Have you seen the media service, where you will find a create method. https://our.umbraco.org/documentation/reference/management/services/mediaservice

    We also have a Umbraco TV chapter about the Media API. https://umbraco.tv/videos/umbraco-v7/developer/fundamentals/media-api/introduction/

    Hope this helps,

    /Dennis

  • Denis 25 posts 267 karma points
    Nov 25, 2016 @ 09:35
    Denis
    0

    Dennis, thanks for your help. Do you know which one of MediaService's methods I can use for adding existing media to Umbraco? I need to move all of the contents from one Umbraco instance to another.

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Nov 26, 2016 @ 20:26
    Dennis Adolfi
    100

    Hi Denis.

    Check out Kevin's answer in this thread: https://our.umbraco.org/forum/developers/api-questions/47792-Create-Media-Programmatically-in-V7#comment-170995

    I think that might be what you're looking for.

    Best of luck!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies