July 2015 Entries
http://smtp4dev.codeplex.com/downloads/get/269147
https://www.webucator.com/t... > Resources > Free Tutorials > Advanced SharePoint 2013 > Document ID ServiceDocument ID ServiceSharePoint's Document ID service, available with the pay versions of SharePoint, creates unique IDs for documents that are prefixed with text the Site Collection Administrator defines. What's more is that the ID assigned to the document creates a fixed URL that can be used to link to the document even ......
Creating a Folder in a SharePoint List and adding Items to it programatically The following code is to create a folder in a SharePoint list and add items to it. This code is written for a Custom Visual Studio Workflow, the workflow will be started when a new item is added to a list. public Guid workflowId = default(System.Guid); public SPWorkflowActivationProperties workflowProperties = new SPWorkflowActivationPropert... SPList list = null; SPListItem folderItem = null; private void onWorkflowActivated1_Invoke... ......
$siteurl = "http://SPWebAPP:PortNo" if ((Get-PSSnapin -Name Microsoft.SharePoint.PowerS... -ErrorAction SilentlyContinue) -eq $null ){Add-PsSnapin Microsoft.SharePoint.PowerS... ......
$siteurl = "http://SPWebAPP:PortNo" if ((Get-PSSnapin -Name Microsoft.SharePoint.PowerS... -ErrorAction SilentlyContinue) -eq $null ){Add-PsSnapin Microsoft.SharePoint.PowerS... ......
https://social.technet.micr... http://blog.thehensongroup.... https://social.technet.micr... ......
Hi, Started writing the timer job. I had the experince long ago. Now working on this ..https://www.simple-talk.c... https://social.msdn.microso... used for R&D started with the above link and then MSDN links ......
Hi, SharePoint 2013 ..change the master page. we can get this option at Look and Feel section of the site settings but the thing is..we must remember pblishing features activated or not. two places we must activate one is web and site collection feautres. Also I would like bring ..Navigation link @look and feel section will come once the above features activation.Another thing is default the site will have two level top navigation. If we want to change the Top Menu ..qwe must do changes the master ......
https://kogzee.wordpress.co... top navigation through CSSup vote1down votefavoriteHow much room do I have to change the top navigation in SharePoint?I have a publishing site and I am using SharePoint's default top navigation which I have modified a little (by applying CSS) but now I want some more changes as ......
http://sharepoint-community... ---------------------------... param ( # Site Url input parameter [string]$SiteUrlParameter ) try { $propertyNames = New-Object System.Collections.ArrayList $propertyDisplayNames = New-Object System.Collections.ArrayList $termSetNames = New-Object System.Collections.ArrayList $siteUrl = "http://ABC:123" if($SiteUrlParameter -ne $null) { $siteUrl ......
http://stackoverflow.com/qu... "Message","confirm('Number of rows ');", true);**if (ClientScript.RegisterStart... "Confirm", "<script type='text/javascript'>r... ......