Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Can anyone point me to the right direction. I would like to know if we can add upload data types dynamically in c#.
Hi sure,
What are you trying to do?
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 :)
is working on a reply...
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.
Continue discussion
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#.
Hi sure,
What are you trying to do?
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 :)
is working on a reply...
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.