Top "Sharepoint-2013" questions

Microsoft SharePoint version 2013

OData substringof or startswith returning all items

I'm trying to filter my results from a Rest Call. $.ajax({ type: "GET", headers: { "Accept": "application/json;odata=verbose" }, dataType: "…

rest jquery odata sharepoint-2013
How do I enable InfoPath services in SharePoint 2013?

I'm having a problem with enabling InfoPath form services in SharePoint Central Administration. I have SharePoint 2013 standard edition. I thought …

sharepoint infopath sharepoint-2013 infopath-forms-services
Creating Folders programmatically in SharePoint 2013

Currently I have code that creates a Folder in the Documents directory when run: using (var context = new Microsoft.SharePoint.…

c# sharepoint-2013 csom
How to get request digest value from provider hosted app?

I am developing SharePoint 2013 Provider hosted app using javascript REST Api. In order to perform create (POST), or update (MERGE) …

sharepoint ms-office sharepoint-2013 sharepoint-api
What is a Farm in SharePoint?

I am searching a lot for a definition about Farms, but I can't find one which fits my need. Does …

sharepoint sharepoint-2010 sharepoint-2013
Sharepoint 2013 REST API not returning all items for a list

The title states my problem quite exactly. If I try to gather all 400+ items from a list using sharepoint's REST …

rest sharepoint sharepoint-2007 sharepoint-2013
sharepoint 2013 custom site template not showing up on subsite

I have a sharepoint 2013 subsite called 'projects' where all its projects are subsites that were created by a site template. …

sharepoint-2013
How to get version of SharePoint installed?

How can I get the version of SharePoint that is installed on my server?

sharepoint version sharepoint-2013
SharePoint 2013 - Get SPListItem versions via REST

I have a SharePoint 2013 List with versioning enabled. I need to to get SPListItem versions list via REST. I can …

sharepoint sharepoint-2013
Dlls not deployed to GAC - SharePoint 2013, Visual Studio 2012, .Net FW 4.5

When I create a simple SharePoint 2013 project in Visual Studio 2012 and I want to deploy it, it deploys fine, but …

sharepoint visual-studio-2012 .net-4.5 sharepoint-2013