SharePoint2016 New Feature (Preview) - Durable Links

【SharePoint2016 New Feature (Preview) - Durable Links】分享给互联网技能从业者学习和参考。

在使用SharePoint过程中,我们会share  library中的文档URL给其他人访问用,同时也会经常遇到Library中原始文档被编辑或者移动到其他位置后,没有办法再访问的问题。

SharePoint 2016加入了一个很好的feature - Durable Links,用ID识别,在对文件名编辑或者变更文件的位置后,仍然能够通过之前share出去的URL访问到该文件,不会影响End User使用。此feature是基于Office Web Apps Server的,在使用之前需要先配置OWA。

下面来介绍下这个feature:

在Site Collection的documents Library中上传file,查看file的preview link地址;

http://alexis16farmb:1101/sites/Durable%20Links/Shared%20Documents/Book.xlsx?d=w7f33052399754835b566840cd5dd8fac


 

修改file name后,查看file的Preview URL,file name已经更新但ID没变,用Step1中URL访问能够打开。

http://alexis16farmb:1101/sites/Durable%20Links/Shared%20Documents/Book-New.xlsx?d=w7f33052399754835b566840cd5dd8fac


 

Move File to subsite Library后,查看file的Preview URL,ID仍然没变,使用Step1和 Step2中的URL都可以正常打开file访问。

http://alexis16farmb:1101/sites/Durable%20Links/sub/subsite%20lib/Book-New.xlsx?d=w7f33052399754835b566840cd5dd8fac


 

 


 

 

总的来说,从使用者角度Durable Links Feature还是不错的,用户可以轻松的分享文档URL给其他人,而不用担心因为位置和文件名的变化而影响文档的使用。


SharePoint2016 New Feature (Preview) - Durable Links