
Sharepoint
lennie_1112
书写是对思维的缓存
展开
-
sharepoint创建文档库
/// <summary> /// 判断当前登陆用户对应的文档库是否存在不存在即创建 /// </summary> public void creatdocs() { try { string title = SPC...原创 2018-05-15 20:22:37 · 961 阅读 · 0 评论 -
sharepoint文档库多附件上传
<form id="form1" method="post" enctype="multipart/form-data">附件上传:<input id="fileupload" name="fileupload" type="file" multiple="multiple" value="" /&a原创 2018-05-15 19:39:42 · 903 阅读 · 0 评论 -
sharepoint文档库文件夹树构建
[{"id":1,"pId":0,"name":"test","furl":"administrator/test","iconSkin":"pIcon01"},{"id":11,"pId":1,"name":"test1","furl":"原创 2018-05-15 20:45:47 · 532 阅读 · 0 评论 -
sharepoint跨文档库复制文档
代码比较简单,直接贴代码吧 /// <summary> /// 文档库文档复制,获取文件 /// </summary> public void getCopyDocLibFile(string IDstr) { try { ...原创 2018-05-15 20:56:09 · 853 阅读 · 0 评论 -
sharepoint文档库文件下载
/// <summary> /// 文档库文档复制,获取文件 /// </summary> public void DownloadFile() { try { string IDstr = this.Request...原创 2018-05-22 17:19:58 · 2242 阅读 · 0 评论 -
sharepoint文档库文档版本信息操作
#region 模板版本信息操作 /// <summary> /// 获取当前模板版本信息 参数 /// </summary> void getTemplateVision() { string url = "/Lists/test"; ...原创 2018-05-23 08:47:11 · 544 阅读 · 0 评论