Basic Object Model Tasks in SharePoint 2010 How to: Set the Culture and Language How to: Enumerate Sites and Site Collections How to: Create or Delete a Site or a Site Collection How to: Create or Delete ShareP
"How to get distinct values of sharepoint column using SSRS" "Invalid namespace" when using SSMS to connect to SSRS "Subscriptions cannot be created because the credentials used to run the report are not stored, or if a linked report, the link is no longer valid" error "The Database Eng...
Windows SharePoint Services Web Services Web Service Guidelines How to: Add Users to a Group How to: Return Lists How to: Return List Items How to: Update List Items How to: Customize Meeting Workspaces Using the Meetings Web Service
(); } } // Use reflection to get the value of a property with a specified name protected string GetPropertyValue( string name ) { PropertyInfo pi = this.GetType().GetProperty(name); if (pi != null) { object value = pi.GetValue(this, null); return value == null ? "" : value....
while posting it to the search page. This technique can be used to create hyperlinks placed, for example, on the My Sites of SharePoint Portal Server users to let them get to specific search results using a single click. You can also place these hyperlinks on your own custom intranet ...
After that, the calling process (the SharePoint search process or Desktop Search) calls the Init method on the IFilter interface to allow the specific implementation of the IFilter to perform any preliminary setup actions. However, the GetChunk method does the real work. Before you can ...
I have created number of pages under "/SitePages" and want to retrieve them using SharePoint REST API.The below one's doesn't...
With SharePoint 2010, you now have the ability to synchronize user profiles between the SharePoint profile database and user repositories such as Active Directory, SUN One LDAP, IBM Tivoli, and Novell eDirectory. If you have a custom user repository such as a database,...
write-host -nonewline"*"$spweb.alerts.delete([GUID]$s) } Delete user alerts in SharePoint 2010 with PowerShell ### Remove all alerts for specific user from a Web Application ###$SPwebApp= Get-SPWebApplication"http://SharePointSite.com"$SpecificUser="Domain\Salaudeen"foreach($SPsitein...
Connect to the SharePoint site and Get-PnPListItem -List "Shared%20Documents to get a list of "Id", "Title", and "GUID". Get-PnPListItem -List "Shared%20Documents -Fields "FileRef", "Created"... tiny_taka The values are inside the "FieldValues" Property ...