Skip to main content

Home/ Microsoft SharePoint Tips & Tricks/ Group items tagged client object model

Rss Feed Group items tagged

trimantra

Get Sharepoint Term's Custom Local Property values (Client Object Model) | Trimantra Blog - 0 views

  •  
    We can get values of Custom local properties of Term using Client Object Model. Register following files on your page: <SharePoint:ScriptLink ID="spPage" Name="sp.js" LoadAfterUI="true" Localizable="false" runat="server" /> <script type="text/javascript" src="../../../_layouts/15/SP.Taxonomy.js"></script>   Js code to get Custom Local Property values: $(document).ready(function () { SP.SOD.executeOrDelayUntilScriptLoaded(loadAllTerms, 'SP.Taxonomy.js'); }); //loads all existing terms function…
  •  
    We can get values of Custom local properties of Term using Client Object Model. Register following files on your page: <SharePoint:ScriptLink ID="spPage" Name="sp.js" LoadAfterUI="true" Localizable="false" runat="server" /> <script type="text/javascript" src="../../../_layouts/15/SP.Taxonomy.js"></script>   Js code to get Custom Local Property values: $(document).ready(function () { SP.SOD.executeOrDelayUntilScriptLoaded(loadAllTerms, 'SP.Taxonomy.js'); }); //loads all existing terms function…
Johnny Harbieh

Eric White's Blog : Using the SharePoint 2010 Managed Client Object Model - 0 views

  •  
    A really nice review of the Client Object Model in SharePoint 2010
  •  
    A really nice review of the Client Object Model in SharePoint 2010
trimantra

Error (The method &quot;GetItems&quot; of the type &quot;List&quot; with id is blocked ... - 0 views

  •  
    We might have seen this error several time. (The method "GetItems" of the type "List" with id is blocked by the administrator on the server )Here is my scenario. We had launched a public facing website built in SharePoint 2010. Basically this error occurs when site has anonymous access and where Client Object Model is used for accessing list on the site.
Emilyn Manuela

How to Use JavaScript Object Model to Add Item into List - 1 views

  •  
    In this post, you will learn about how to add an item to SharePoint 2013 list using JavaScript client object model. If you have a …
1 - 4 of 4
Showing 20 items per page