For each SharePoint URL, the pattern can be observed as:
1 2 3 4 |
https://yourSiteURL.aspx ?RootFolder = YourRootFolder &FolderCTID = 0xYourIDHere &View = YourViewIDHere |
Root folder is…
For each SharePoint URL, the pattern can be observed as:
1 2 3 4 |
https://yourSiteURL.aspx ?RootFolder = YourRootFolder &FolderCTID = 0xYourIDHere &View = YourViewIDHere |
Root folder is…
Instead of
1 |
https://www.google.com.hk |
My url for the google search happens to be
1 |
https://www.google.com.hk/?gfe_rd=cr&ei=StringOfNumbersAndLetters |
The…