sharepoint 2013 examples

Alibabacloud.com offers a wide variety of articles about sharepoint 2013 examples, easily find your sharepoint 2013 examples information here online.

Crawl best practices in SharePoint Server 2013

SharePoint 2013 runs as a Web site in Internet information Services (IIS), administrators and users rely on the accessibility features provided by the browser. SharePoint 2013 supports accessibility features for supported browsers. For more information, see the following resources: Planning browser Suppo

Mobile devices and SharePoint 2013-part 5th: Customizing apps

. Two interesting additions are:Spfieldgeolocation (More information)Authenticator (More information)Source: https://msdn.microsoft.com/library/office/jj163079 (v=office.15)To verify SharePoint Online, you need to browserbasedauthentication.Supplemental information: Build a mobile app for SharePoint 2013After translating 5 articles, I summarizeMicrosoft's support for its own Windows Phone mobile device plat

SharePoint 2013 Solution Design and Architecture: How to Build a SharePoint Farm

Recently, to upgrade SharePoint in the company, because the old system SharePoint 2010 has been more than 2 years, the above changes more, and the permissions are very confusing, so determined to upgrade it, redeploy a new SharePoint 2013 Server. The following configuration is currently used 1 Standalone domain contr

SharePoint create workflow by SharePoint Designer 2013

This article is based primarily on the previous article http://www.cnblogs.com/qindy/p/6242714.html, create a sample workflow by SharePoint Designer 2013.Here's a brief description of what we need to do to apply workflow: Automatically triggers workflow to update the title value when the Add item is added to the list.First create a Custom list named ' MyList ' Site contents-->add an app-->custom ListRun

BEGINNING sharepoint®2013 Development 2nd Chapter--sharepoint APP Model Overview Summary

BEGINNING SHAREPOINT? Development 2nd Chapter--sharepoint APP Model Overview Summary of the three new deployment models for SharePoint apps are: sharepoint-hosted, autohosted, and provide r-hosted App model. The Sharepoint-hosted app model should be used on lightweight, s

Open CAD (. DWG) in SharePoint 2010 and SharePoint 2013 browsers)

客户端配置 1.安装FreeDWGViewer.exe,设置浏览器查看 2.检查ActiveX插件是否已安装成功 服务端配置1.开启许可模式或者通过脚本将“application/acad”加入InlineDownloadedMimeTypes 或者 参考http://www.captechconsulting.com/blog/brandon-atkinson/allowing-pdfs-open-browser-sharepoint-2010-the-right-way$webApp = Get-SPWebApplication("http://****") $webApp.AllowedInlineDownloadedMimeTypes.Add("application/acad") $webApp.Update() $webApp.AllowedInlineDownloadedMimeTypes 2.IIS中MIME类型添加“dwg application/acad” 3.删除

SharePoint 2013 Search SharePoint specific columns and specific documents (custom search)

SharePoint 2013 searches SharePoint specific columns and specific document 1, action steps and legends, because of the language and version of the different I try to use the screenshot mode. 2. Administration, in the Application Management section, click Manage Service Applications.3. Click the Search service application.4. On the Search administration page, in t

How does SharePoint 2013 obtain the list of "SharePoint Applications" in the "application directory" corresponding to the current site?

(settingsFeature.Properties["__AppCatListId"].Value); using (SPSite hostSite = new SPSite(hostSiteId)) using (SPWeb hostWeb = hostSite.RootWeb) { SPList corporateCatalog = hostWeb.Lists[hostListId]; return corporateCatalog; }} It turns out that there is a feature in the Web application named corporatecuratedgallerysettings, And the identifier (ID) is "F8BEA737-255E-4758-AB82-E34BB46F5828 ". It has two attributes: "_ appcatsiteid" and "_ appcatlistid", respectively storing

Create a service Desk site with SharePoint 2013 to set up mail delivery actions using SharePoint Designer!

After we have completed the release of all the forms, we can create our service ticket based on the form, but there is one more question, how do I send this change email to our end users? This relies on our SharePoint Designer to complete this loop.We can then use our SharePoint Designer to push our email rules. We now analyze the circumstances in which we send emails, and define different mail delivery acc

SharePoint 2013 renaming a site collection name (SharePoint Rename site collection)

Recently, in SharePoint, there was a need to rename a site collection, primarily the way the site was backed up/restored with a database, the address of the site collection, and then a search for PowerShell:$site = get-spsite-identity "http://server/sites/Demo"$site. Rename ("http://server/sites/Demo2")In particular, if there is something in the Recycle Bin, an error will be reported and the Recycle Bin can be cleaned up:When cleaning the Recycle Bin,

The page appears when SharePoint 2013 uses Office Web Apps to view or edit Office documents: "Sorry, there was a problem" error

When SharePoint uses Office Web Apps to view or edit Office documents, the page appears: "Sorry, there was a problem" errorThe page appears when SharePoint 2013 uses Office Web Apps to view or edit Office documents: "Sorry, there was a problem" errorThis problem is caused by the use of the System account login site.Replace other account login problem resolution.O

SharePoint 2013 tip sharing series-sync exchange display HD user photos

In the SharePoint 2013 tip series-Active Directory sync show user photos, this article describes how to synchronize Active Directory show user photos, but after synchronization is complete, the size and resolution of your photos are not ideal. This article describes how to synchronize high-definition user photos on the Exchange Server. Principle Similar to SharePoint

SharePoint 2013 tip sharing series-sync exchange display HD user photos

650) This. width = 650; "src =" http://image.mamicode.com/info/201409/20181012192446406963.png "style =" border: 0px; "/> In the SharePoint 2013 tip series-Active Directory sync show user photos, this article describes how to synchronize Active Directory show user photos, but after synchronization is complete, the size and resolution of your photos are not ideal. This article describes how to synchronize hi

SharePoint 2013 tip sharing series-sync exchange display HD user photos

In the SharePoint 2013 tip series-Active Directory sync show user photos, this article describes how to synchronize Active Directory show user photos, but after synchronization is complete, the size and resolution of your photos are not ideal. This article describes how to synchronize high-definition user photos on the Exchange Server. Principle Similar to SharePoint

Logical architecture diagram for SharePoint 2013 Farm

The previous article analyzes the physical topology of SharePoint 2013. The physical topology is divided into 3 layers (2 tiers), as detailed in the SharePoint 2013 Farm (multi-tier Server) Installation Guide--least privilege, which goes on to go into the SharePoint

SharePoint 2013 Sync Exchange display HD user photos

In the SharePoint 2013 Tips sharing Series-Active Directory sync display user Photos This article describes how to synchronize Active directory to display user photos, but the user photo size and sharpness are not ideal when the synchronization is complete. This article describes how to synchronize Exchange Server display high-definition user photos. Principle Similar to

How to create a WCF REST Service in SharePoint 2013

SharePoint 2013 is developers provide a rich rest API that facilitates our data in the Client action list. Of course, we can also create a custom rest service in SharePoint 2013, such as working with the database through the rest service. This blog post describes how to create a WCF REST Service in

About SharePoint 2013 Multi-tenancy (i)

About multi-tenancy (multi-tenancy)What I'm going to introduce to you here is the multi-tenancy concept in SharePoint 2013, what is multi-tenancy? What is the meaning and use of the multi-tenancy model? I am here to uncover this mysterious veil for all of you.Multi-tenancy: refers to the ability to manage and partition the site data and the shared services or software to accommodate multiple tenants. This i

Count SharePoint 2013 for those great development tools

Count SharePoint 2013 for those great development toolsCategory: SharePoint2014-07-18 20:33 277 People read Comments (0) favorite reports CAML Designer 2013Caml Designer is a tool that helps generate CAML queries to query the SharePoint list. It can be said that there is no more efficient way to generate a CAML query automatically than the CAML designer does.

SharePoint 2013 Development--other social features

Blog Address: Http://blog.csdn.net/FoxDaveThe previous article describes how to get the related properties of a user profile, which is a small component of the social features of SharePoint 2013. Social features are a great highlight of SharePoint 2013 improvements. You can turn on social features on an existing websit

Total Pages: 14 1 2 3 4 5 6 .... 14 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.