Download presentation
Presentation is loading. Please wait.
Published byHector Holmes Modified over 9 years ago
2
scot@scothillier.net @ScotHillier www.itunity.com/users/scot-hillier www.criticalpathtraining.com www.microsoftvirtualacademy.com/ Studies/SearchResult.aspx?q=hillier channel9.msdn.com/Search ?term=hillier#ch9Search www.pluralsight.com/search/ ?searchTerm=hillier
3
Out with the old…In with the new… Apps for SharePointSharePoint Add-Ins App WebAdd-In Web App PartAdd-In Part SharePoint App ModelSharePoint Add-In Model Apps for OfficeOffice Add-Ins Office App ModelOffice Add-In Model
5
It’s more than fonts and colors. Branding is a form of organizational communication that extends to the entire look and feel of the UX.
11
Microsoft.SharePoint.Client.ListItem themeEntry =... web.ApplyTheme(themeEntry["ThemeUrl"] as FieldUrlValue, themeEntry["FontSchemeUrl"] as FieldUrlValue, themeEntry["ImageUrl"] as FieldUrlValue, false); web.MasterUrl = (themeEntry["MasterPageUrl"] as FieldUrlValue); web.Context.ExecuteQuery();
23
23
24
24
25
25
26
26
27
27
28
28
29
$http({ url: "https://spsboston/_api/web", method: "POST", headers: { "accept": "application/json", "contentType": "application/json", "X-RequestDigest": digest, "X-HTTP-Method": "MERGE", "content-length": 84 }, data: { "AlternateCssUrl": "https://spsboston/SiteAssets/contoso.css", "SiteLogoUrl": "https://spsboston/SiteAssets/pnp.png" }});
38
CDNManager.getScript(['jquery-1.11.2.min.js','knockout-2.2.1.js'],function() { var viewModel = { 'firstName': ko.observable('Scot'), 'lastName': ko.observable('Hillier') }; ko.applyBindings(viewModel); });
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.