Add ContentType to pages library
摘要:public override void FeatureActivated(SPFeatureReceiverProperties properties) { List<string> listContentType = new List<string>(); listContentType.Add("CT_TestContentType1"); listContentType.Add("CT_TestContentType2"); SPSite currentSite = (SPSite)p...
阅读全文
posted @ 2012-09-19 22:35
浙公网安备 33010602011771号