Created
September 1, 2014 11:41
-
-
Save phillipharding/d1039be05233cbf6aa9c to your computer and use it in GitHub Desktop.
Link to Document ASP Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ Assembly Name='Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' %> | |
<%@ Register TagPrefix='SharePoint' Namespace='Microsoft.SharePoint.WebControls' Assembly='Microsoft.SharePoint' %> | |
<%@ Import Namespace='System.IO' %> | |
<%@ Import Namespace='Microsoft.SharePoint' %> | |
<%@ Import Namespace='Microsoft.SharePoint.Utilities' %> | |
<%@ Import Namespace='Microsoft.SharePoint.WebControls' %> | |
<html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"> | |
<head> | |
<meta name='progid' content='SharePoint.Link' /> | |
<!--[if gte mso 9]><SharePoint:CTFieldRefs runat=server Prefix="mso:" FieldList="FileLeafRef,URL"><xml> | |
<mso:CustomDocumentProperties> | |
<mso:ContentTypeId msdt:dt="string">0x01010A00BD153E6070CBF84FAA8B5C218F4038F8</mso:ContentTypeId> | |
<mso:IconOverlay msdt:dt="string">|aspx?ID=480&FolderCTID=0x0120D520004E6A9CE40535BC45BDD855B8E4BF918C0100913C71E2EADBD74C872C2EB4FA252649&List=c54f061e-1de8-4c30-a4fb-bc35d7d76658&RootFolder=%2Fsites%2Fcat%2FS|linkoverlay.gif</mso:IconOverlay> | |
<mso:URL msdt:dt="string">http://pub.pdogs.local/SGM Meetings/Forms/SGM Documents Set/docsethomepage.aspx?ID=480&FolderCTID=0x0120D520004E6A9CE40535BC45BDD855B8E4BF918C0100913C71E2EADBD74C872C2EB4FA252649&List=c54f061e-1de8-4c30-a4fb-bc35d7d76658&RootFolder=%2Fsites%2Fcat%2FS, http://pub.pdogs.local/SGM Meetings/Forms/SGM Documents Set/docsethomepage.aspx?ID=480&FolderCTID=0x0120D520004E6A9CE40535BC45BDD855B8E4BF918C0100913C71E2EADBD74C872C2EB4FA252649&List=c54f061e-1de8-4c30-a4fb-bc35d7d76658&RootFolder=%2Fsites%2Fcat%2FS</mso:URL> | |
</mso:CustomDocumentProperties> | |
</xml></SharePoint:CTFieldRefs><![endif]--> | |
</head> | |
<body> | |
<form id='Form1' runat='server'> | |
<SharePoint:UrlRedirector id='Redirector1' runat='server' /> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment