Wincker

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  SharePoint

摘要:List could be easily export via Actions->Export to Spreadsheet, this article talks about exporting document libraries' metadata.Get all libraries (names) from the site: public static void GetLibraries() { foreach (XmlNode li in m_list.GetListCollection().ChildNodes) ... 阅读全文
posted @ 2011-10-13 17:46 Wincker 阅读(246) 评论(0) 推荐(0)

摘要:Generally just open the document library page and select Actions->Open with Windows Explorer, then we can get some folders listed in a new opened Windows Explorer window, we can now copy & paste the documents as what we do in a pure file environment.If the subfolders are too deep, or the docu 阅读全文
posted @ 2011-10-13 16:51 Wincker 阅读(185) 评论(0) 推荐(0)

摘要:Environment: SP 3.0 + Office SharePoint Designer 20071. Create a new column in the list for the email recipients, say it's named EmailTo.2. Go to the workflow designer, create a variable as type of string, say it's named MailRecipients.3. Create two actions as below in workflow designer. a) 阅读全文
posted @ 2011-08-11 10:18 Wincker 阅读(340) 评论(2) 推荐(2)