It's written in front.
This series of articles is divided into four parts:
1. CLR Overview.
2. Perform CLR integration programming in Visual Studio and deploy to SQL Server, including stored procedures, triggers, custom functions, custom types, and aggregations.
3. CLR integrated programming debugging and problems encountered.
4. Use the CLR to synchronize SQL Server tables and SharePoint list (from actual project applications).
This series of a
One, there are three ways to delete a site collection:1. Open the SharePoint 2013 Admin page First---> Click on ' Application Management (Application Management) ' and go to this page---> click ' Delete a site collection Collection) ' and open the page---> select the site collection you want to delete and click the ' Delete ' button in the lower-right corner---> complete the deletion.2. Open the top site of the site collection you want to delete---> c
How do i Add onLoad JavaScript event in SharePoint?
SharePoint provides a JavaScript array "_spbodyonloadfunctionnames", any function is executed onLoad needs to is added To this array e.g.
_spbodyonloadfunctionnames.push ("Executemyfunctiononload");
Now, why does your JavaScript function doesn ' t execute if you just register it
With Clientscript.registerstartupscript?
Actually, content pages can '
SharePoint 2013, which references WF4.0 Foundation, supports the design with designer and Visio, but has limited functionality, and Visual Studio can develop more functional workflows, and here's a quick example.
1, this example uses the VS 2013 version, creates a new SharePoint empty project;
2, deployed as a server farm solution, as shown below:
3, add New item, select Workflow Template, the follow
The lookup feature of SharePoint 2013 is the ability to extend other list fields to the current list option, but when too many options are available, it can be cumbersome to choose, so we take a js+ajax approach and improve the presentation to make the operation more convenient.
Show effect
The following figure, when I entered in the textbox in Beijing, will be the opening of the Beijing option, loaded into the Drop-down options, if nothing input, i
Accustomed to 2007 of the page layout, although the feeling is not too easy to use, especially to start contact very do not understand page layout and the relationship between the page, but then clear, feeling or very good, especially for the same format of the site, modify the layout without changing the page situation, or very effective, well, said a pile of nonsense, Say 2010 inside, look for template pages.
Open Designer2010, and then open your own web site, find the previous Page Layout fo
Today, I tried to SharePoint2010 the website backup and restore, search some documents from the Internet to see, and then try their own, feel and 2007 of the operation is not too much difference, with you to share the way you try the command line and database methods, 2007 of their common is also the two ways.
1, command line way, on the server side, all Programs-Microsoft SharePoint products-sharepoint Ma
Recently, about the SharePoint 2010 Voting system expansion program, sorted out, to achieve the following function points:
1. You can dynamically configure a polling data source, such as all information that needs to be voted on each time.
2. Support Extended picture/video voting and configure picture join jump address to view picture/video details.
3. Can dynamically configure the picture/video display width, length, such as a picture size, 100*10
In order to maintain the consistency of communication information, it is necessary to set up Sharepoint,exchange, Lync and other information to update display, for example, employee avatar information. This article describes how to synchronize the display of user avatar information for Active Directory Active Directory in SharePoint 2013.
First, import the ad Activity directory properties into the user pro
A Web application is not limited to using a single content database. SharePoint allows you to correlate multiple content databases to Web applications. One reason is based on the size of the content database. If it is greater than 200G, it makes sense to divide it into two content databases.
Another consideration is the type of data in the content database. If a marketing site contains pictures and videos, it is reasonable to create a content databas
When we add ribbon operations, or the operation of a specific template, often need listtemplate values, we often need to search a variety of Web pages to find matching listtemplate values, in fact, there is a relatively simple method.
The registrationid= "101" on the XML header, defined as ribbon, means the document library.
1, the following figure, open the "website content", add the application, we select the document library, click "Advanced Options";
2, look at the URL of the ListTemp
Links in either 2007 or 2010 link libraries in SharePoint are open on the current page.
Many users will want to open in a new window, but SharePoint does not support, in 2007 can be changed schema.xml file
But it doesn't seem to be possible in 10, and the following method is available in 07 and 10.
Add a Content Editor WebPart under the View webpart of a link libraryAdd the following JS code
In some cases, we need to refer to data in other lists, such as a list called country on the site Collection, and a list called employee on its subsite (WebSite), If you want to refer to the country data in the employee on the child site, we will typically create a site column on collection. This is a solution. There is also a solution, we can also create a lookup type of site Column in the project, its Scope for site, along the way, I naturally created a site column,scope=site, but in fact far
Create a custom Web site workflow Activity
First, create a project that contains and tests the custom workflow activity.
Create a Site Workflow custom activity Item
1. Display the New Project dialog box by pointing to New on the File menu and clicking New Project.
2. Expand the SharePoint node under Visual C #, and then click 2010.
3. In the Templates pane, select Sequential Workflow.
4. In the Name box, type YunCode.WorkFlow.CustomActivity, and
customizing lists with Visual Studio is often used in SharePoint development because many times we don't create lists manually, and manually creating lists synchronizes fields between the test server and the official machine, so we often use code to define lists or document libraries.
Especially in workflow development, we often use the Code definition Task list, or the history list, to store the relevant data we need to store. In Visual Studio 2013,
Use PowerShell to create a document library
The list of actions and actions for a document library is similar, and in this chapter, if you create a document library, upload a file to the document library
To create a document library, we also need to use the Add () method in SPListCollection.
PS > $spWeb = get-spweb-identity http://SPServer
PS > $listTemplate = [Microsoft.SharePoint.SPListTemplateType]::D ocumentlibrary
PS > $spWeb. Lists.add ("My Documents", "My Doc Library", $listTemplate)
As we described earlier, document management is the one that makes it more intuitive and convenient for the documents in your opponents to be integrated, which documents are valuable and which are more popular, all with this star comment.
Of course, this is a SharePoint 2010 features, there may be unsatisfactory place, we are still selective use it ~ ~ ~ ~
First, document library preparation:
1. Create a new document library, as shown below:
2.
In this example, we'll show you how to get user information:
1. Open Visual Studio 2012.
2. Create a new SharePoint 2013 app:userprofiletest.
3. Choose Sharepoint-hosted, finish the spot.
4. Open default.aspx:
Add Knockoutjs and Sp.userprofiles.debug.js (contains user profile information):
Modify Title:
User Information
Join User display:
5. Open App.js Modify as follows:
The first
If we use a SharePoint site to store departmental/team documents, we usually build the appropriate document libraries and folders in the site in advance, according to the structure we want. For example, we will create a "technical document library", to hold documents for the technical category while creating a business document library that holds business categories of documents, and in the Technical document library, you may also create folders such
Implementation Search (4)--Set crawl schedule
Summary
In the previous article, we have actually implemented the search function.
However, we found that if I upload a document, then no matter how the search, this is why?
This article describes the last part of implementing search in SharePoint-setting crawl schedule.
Body
The procedures for each step are recorded below.
1, first into document center in the Documents list page, and upload a name
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.