开发者

Sharepoint 2010. Can i store database information

开发者 https://www.devze.com 2023-02-24 22:07 出处:网络
Can i save some serialized objects to sharepoint 2010 da开发者_如何转开发tabase? I need to saveList of SType objects:

Can i save some serialized objects to sharepoint 2010 da开发者_如何转开发tabase?

I need to save List of SType objects:

class SType
{

string A{get;set;}
string B{get;set;}

}

And i dont want to create list for that.


Take a look at SPPersistedObject, it may fit your needs. (or may not, your question is not really specific)

http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.sppersistedobject.aspx
http://www.dotnetspark.com/kb/1554-sppersistedobject-class-sharepoint-tutorial.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消