siteUrl+ "/_layouts/15/userphoto.aspx?size=M&accountname=" + _spPageContextInfo.userLoginName;
Subscribe to:
Comments (Atom)
How to launch a document by clicking a link to the file?
Word: <a href='ms-word:ofe|u|path/to/web/word/document.docx'>Link to document</a> Excel: <a href='ms-excel:o...
-
Converting Word Documents to PDF using SharePoint Server 2010 and Word Services
-
$cType = $list.ContentTypes | Where {$_.Name -Match $contentTypeName} Write-Host $cType.Id
-
$homeUrl = read-host "Enter WebApplication URL" $managepath = read-host "Enter site collection relative path here including...