随笔分类 - SharePoint Server Object Model
摘要:获取多用户字段值
阅读全文
摘要:避免Update事件触发两次
阅读全文
摘要:SPQuery query = new SPQuery(); query.Query = @""; SPList list_MainList = ssweb.Lists.TryGetList(PosMainList); SPListItemCollection mainCollection = list_MainList.GetItems(query); List list_main...
阅读全文
摘要:using(SPSite site = new SPSite("http://siteurl")) { using(SPWeb web = site.OpenWeb()) { // Check there is an email server configured if (SPUtility.IsEmailServerSet(web)) ...
阅读全文
摘要:protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { SPWeb w = SPContext.Current.Web siteUrl = w.Url + "/"; ...
阅读全文

浙公网安备 33010602011771号