Copied to clipboard

Flag this post as spam?

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


  • Prasanna Bajracharya 3 posts 50 karma points
    Jan 13, 2014 @ 20:08
    Prasanna Bajracharya
    0

    How to add upload data type dynamically in c#

    Can anyone point me to the right direction. I would like to know if we can add upload data types dynamically in c#.

  • Charles Afford 1163 posts 1709 karma points
    Jan 13, 2014 @ 21:37
    Charles Afford
    0

    Hi sure,

    What are you trying to do?

  • Charles Afford 1163 posts 1709 karma points
    Jan 13, 2014 @ 21:47
    Charles Afford
    0

    IDataTypeDefinition dataTypeDefinition = new DataTypeDefinition(parentId,controlId))

    using dataTypeDefinition you can then create a doc type

    Then pass the object into 

    ApplicationContext.Services.DataTypeService.Save()

    /Charlie :)

  • 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