Use the ID property of the SPList class to find the GUID.VB Kopēt Dim mySite As SPWeb = SPContext.Current.Web Dim lists As SPListCollection = mySite.Lists Dim list As SPList = lists(TextBox1.Text) Dim listGuid
You can go to the version history page of folder using URL like: https://contoso.sharepoint.com/sites/MySite/_layouts/15/Versions.aspx?list={6fa99ffb-95ab-4196-aeb5-a9e3e0a7af66}&ID=1 Where1is an item ID of folder: And6fa99ffb-95ab-4196-aeb5-a9e3e0a7af66is the ...
How to: Add Actions to the User Interface How to: Provision a File How to: Create an Event Handler Feature How to: Create a Custom List Definition How to: Create a Custom Action Specific to a List How to: Hide a Menu Item in the ECB from SharePoint List Items ...
In SharePoint Designer 2013 along with SharePoint Server 2013 and Azure Workflow Service, we now support all three workflow types – list workflow, site workflow, and reusable workflow. This is superb. This means you don’t have to confine yourself onl...
You can find the Web Parts as classes in theMicrosoft.SharePoint.Portal.WebControlsnamespace, and use the following ASP.NET server controls on your own custom ASP.NET pages or as the base classes for your own customized search Web Parts: ...
Applies to:SharePoint Foundation 2010 In Microsoft SharePoint Foundation, a lookup column is a column that is configured to display a value from a column on another list. When users create a new item, they do not type a value for the lookup column. Instead, they select a value from a ...
SharePoint 2010 Development Basics Technical Articles Workflow Technical Articles for SharePoint 2010 Adding a Custom Action to a SharePoint 2010 Display Form for List Items Application Lifecycle Management in SharePoint 2010 Comparing Data Access with ASP.NET and SharePoint 2010 Creating a Custom Edito...
Hi I am new to sharepoint. I would like to know how I can join multiple lists or libraries in sharepoint 2013 like other products Microsoft Access or Sq. Query. very appreciate for any guidan... When you set up a linked data connection - a wizard will pop up that asks if you want...
I have a requirement to put a button in a InfoPath form to trigger the scan and attach process? I am using a KWizCom SharePoint iMUSH plugin to do the scan and attach process....
With SharePoint 2010, you now have the ability to synchronize user profiles between the SharePoint profile database and user repositories such as Active Directory, SUN One LDAP, IBM Tivoli, and Novell eDirectory. If you have a custom user repository such as a database,...