如何将数据插入Kentico数据库

时间:2014-10-09 08:07:45

标签: c# asp.net kentico

对不起我连接Kentico数据库时遇到问题我想将数据插入Kentico数据库。做什么api呢?以及如何做到这一点? 。请给我一份Doccument [链接]或示例代码。

我将尝试使用api ITableManager,DatabaseHelper,ITableManager Properties。但我不知道它

1 个答案:

答案 0 :(得分:1)

先生,您还没有尝试解决问题。请先阅读documentation。 另外,Kentico UI中直接有API Examples,您可以查看。它们演示了对象和文档的基本(CRUD)操作。

基本上,使用DocumentHelper / TreeProviderDocumentHelper.InsertDocument(...))来处理文档。要使用其他对象,请使用* InfoProvider(例如UserInfoProvider.SetUserInfo(...))。