Operations in SharePoint

Now that you know how to handle the CRM 2013 SharePoint site structure, let’s look at the corresponding operations in SharePoint 2013. SharePoint 2013 offers many services that enable you to interact with its contents. We will look briefly at the Lists Service and the Copy Service, as follows:

Image Lists Service—Two useful functions are GetList and AddList. GetList retrieves a list, and AddList creates a list. Listing 19.2 provides a sample function that tries to retrieve a list, and if it does not exist, it creates the list.

LISTING 19.2 Retrieve or Create a List

public XmlNode processList(string ...

Get Microsoft Dynamics CRM 2013 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.