2014年5月5日

share point 读取 List数据

摘要: SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite oSite = new SPSite(siteUrl)) { ... 阅读全文

posted @ 2014-05-05 15:05 空明流光 阅读(424) 评论(0) 推荐(0)

share point 读取 metadata

摘要: private static void syncMetaData() { var siteUrl = @"http://..."; using (var site = new SPSite(siteUrl)) { ... 阅读全文

posted @ 2014-05-05 15:03 空明流光 阅读(159) 评论(0) 推荐(0)

Share Point 创建 TimerJob

摘要: public class SyncMetadataJob:SPJobDefinition { private const string JobName = @"Metadata Sync Job"; private int counter = 0; ... 阅读全文

posted @ 2014-05-05 14:59 空明流光 阅读(382) 评论(0) 推荐(0)

导航