Hi guys.
I have now (finally) created the DLL using the example code you were so kind to provide. But I can't seem to see the information anywhere? I have done the following:
1) Created the DLL and dropped it in the Bin folder (together with my custom Membership and Role provider DLL)
2) I have registered the ResponseHandler in the composite.config by following the IDataRenderingResponseHandler example in the documentation
3) I have also edited the web.config and added my Membership and Role provider
My problem is, that I cannot see the Datatype anywhere, as well as the Custom Workflow + Action that was supposed to be visible on the pages, to let me add roles to the pages.
The only documentation I can find on programmatically creating datatypes is here: http://docs.composite.net/Data/Defining-Data-IData-types-in-C1-using-C and it doesn't provide any information on how to register the custom datatypes, so I figured it may be done dynamically?
I have tried to look in api.composite.net, but I cannot seem to find any information on the topic.
I hope you guys can help me with:
1) How do I "register" the custom datatype so it becomes visible in the C1 Console
2) How do I "register" the workflow + Action, that allows me to add the IPagePermissions datatype to my pages
Thanks a lot guys!
Regards,
Michael
I have now (finally) created the DLL using the example code you were so kind to provide. But I can't seem to see the information anywhere? I have done the following:
1) Created the DLL and dropped it in the Bin folder (together with my custom Membership and Role provider DLL)
2) I have registered the ResponseHandler in the composite.config by following the IDataRenderingResponseHandler example in the documentation
3) I have also edited the web.config and added my Membership and Role provider
My problem is, that I cannot see the Datatype anywhere, as well as the Custom Workflow + Action that was supposed to be visible on the pages, to let me add roles to the pages.
The only documentation I can find on programmatically creating datatypes is here: http://docs.composite.net/Data/Defining-Data-IData-types-in-C1-using-C and it doesn't provide any information on how to register the custom datatypes, so I figured it may be done dynamically?
I have tried to look in api.composite.net, but I cannot seem to find any information on the topic.
I hope you guys can help me with:
1) How do I "register" the custom datatype so it becomes visible in the C1 Console
2) How do I "register" the workflow + Action, that allows me to add the IPagePermissions datatype to my pages
Thanks a lot guys!
Regards,
Michael