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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...