2016-04-08 26 views
0

我在SharePoint中使用相同视图的其他文件复制了一个查看GUID。我想查找原始文件,但不知道谁最初在SharePoint Designer中修改了文件。通过GUID查找SharePoint查看

如何找到使用特定GUID的视图(或包含视图的页面)?

回答

1

如果列表仍然存在于您的网站上,您可以使用列在URL中的GUID列出的网页.aspx页面找到它。

URL可能看起来像这样

https://mysite.sharepoint.com/mysitename/mysubsitename/_layouts/15/start.aspx#/_layouts/15/listedit.aspx?List=%7Bmyguidgoeshere%7D

插入您的%7B和%之间的GUID 7D

如果它是你必须查看的Guid,您需要要知道列表guid,并使用seesit.aspx页面

https://mysite.sharepoint.com/mysitename/mysubsitename/_layouts/15/start.aspx#/_layouts/15/viewedit.aspx?List=%7Bmylistguidgoeshere%7D&View=%7Bmyviewguidgoeshere%7D