No announcements
Found 2521604 threads
-
1 Votes
Get URL for List and ListItem
Hi, It seems you need to get correct ListItem URL from ListItem’s property, and thanks for all ...Answered | 8 Replies | 14515 Views | Created by SPDeveloperXP - Wednesday, September 23, 2009 5:26 PM | Last reply by Sherazad - Monday, June 2, 2014 8:14 PM -
1 Votes
Fetching the url of the listitem from the id
Hi, You need the list name or list id, if you want to get the list item.Answered | 4 Replies | 3769 Views | Created by Venkatzeus - Tuesday, May 15, 2012 6:15 AM | Last reply by JPRoelofse - Tuesday, May 15, 2012 7:32 AM -
4 Votes
how can i get the listitem url?
here is the utility method i use to get the url back, regardless of list type //get item's full url based on the Item's parent ...Answered | 11 Replies | 8865 Views | Created by Andrea Pirlo - Monday, April 25, 2011 3:39 AM | Last reply by Dmitry Kaloshin - Tuesday, April 26, 2011 7:59 PM -
2 Votes
Find Complete URL of List Item
You can get the display form Url programmatically instead of hardcoding it.Answered | 8 Replies | 19464 Views | Created by Bhavna B - Wednesday, June 25, 2008 5:39 PM | Last reply by Monali sahoo - Friday, June 14, 2013 5:31 AM -
1 Votes
Get list urls using powershell
Export script: $web = Get-SPWeb "http://myportal" $lists = $web.Lists $(ForEach ($l in $lists){ Write-Output $l.DefaultView.Url }) | ...Answered | 6 Replies | 22370 Views | Created by Praveenrangu - Thursday, March 26, 2015 12:53 PM | Last reply by Sam Hoff - Friday, January 11, 2019 1:22 AM -
0 Votes
How to get the Item value(Text) in ListItem
Piyush Mishra, 1display text property is giving the index value. for example when i write dim a= ...Answered | 3 Replies | 3816 Views | Created by piyush mishra - Wednesday, July 20, 2011 11:44 AM | Last reply by Paul DeCarlo - Thursday, July 21, 2011 1:17 PM -
0 Votes
Getting Access Denied While Accessing ListItem
HI BrajMohanSingh, Can you able to add list item using SharePoint list new form?Answered | 3 Replies | 2376 Views | Created by BrajMohan Singh - Monday, November 16, 2015 10:33 AM | Last reply by Murugesa Pandian - Tuesday, November 17, 2015 3:13 AM -
0 Votes
Get document URL from a list
You can use following fields to create complete file url: item["ServerUrl"] //provides ...Answered | 2 Replies | 6647 Views | Created by jez123456 - Friday, July 1, 2011 8:43 AM | Last reply by Amit.AK.Kumar - Tuesday, July 5, 2011 5:39 AM -
4 Votes
How to get absolute URL for list
You can convert the relative URL of the list root folder to an absolute URL as well.Answered | 4 Replies | 26659 Views | Created by RK Naik - Tuesday, April 28, 2009 8:37 PM | Last reply by Peter Holpar - Wednesday, January 14, 2015 9:53 AM -
0 Votes
SP2013 Powershell find URL value in list and update it
href="https://social.technet.microsoft.com/Forums/ie/en-US/b3e78fcb-00e6-4988-b06e-a93e5993c4d8/bulk-update-url-column-in-a-sharepoint-2013-list?Answered | 4 Replies | 1152 Views | Created by GTEM - Thursday, September 27, 2018 8:03 PM | Last reply by taylor.l - Monday, October 1, 2018 3:13 PM -
0 Votes
Getting Sharepoint ListItem properties in a simple method
Thanks pkizan & Parasath, "RunWithElevatedPreviledges" does get parameter nor return so we cannot pass list item properties as parameter, as we ...Answered | 13 Replies | 1970 Views | Created by Rauf Ab - Tuesday, December 18, 2012 4:32 AM | Last reply by Rauf Ab - Tuesday, December 18, 2012 12:48 PM -
1 Votes
How to get sharepoint list items with an absolute url?
If "mylist" wouldn't be located in the RootWeb the url would be different like "http://mysite/subweb/Lists/mylist" so you could try to get the ...Answered | 5 Replies | 13970 Views | Created by relfin - Tuesday, November 30, 2010 8:03 AM | Last reply by Serge Luca [MVP] - Tuesday, November 30, 2010 8:02 PM -
1 Votes
Get SPList based on a full URL to the list
public static void GetListFromUrl(string url) { using (SPSite site = new SPSite(url)) { using (SPWeb ...Answered | 3 Replies | 4356 Views | Created by Helge C. Norvang - Tuesday, May 29, 2012 7:23 PM | Last reply by Steve.Curran - Tuesday, May 29, 2012 10:11 PM -
0 Votes
Clicking on cell of ListItem
From your description, it seems that the Listitem is a custom control.Answered | 1 Replies | 580 Views | Created by Alex Charizaram - Monday, January 18, 2016 4:23 PM | Last reply by lake Xiao - Tuesday, January 19, 2016 9:25 AM -
4 Votes
get files list from url
ReadLine(); } } } Also read this ...Answered | 4 Replies | 8845 Views | Created by CoverPpl - Saturday, August 20, 2011 2:41 PM | Last reply by bvrwoo_3376 - Sunday, August 21, 2011 2:13 AM -
0 Votes
Field in list not available in ListItem using Managed Client Object Model
http://statto1974.wordpress.com/2013/01/25/field-in-list-not-available-in-listitem-using-managed-client-object-model/Answered | 10 Replies | 9192 Views | Created by Toby LH Statham - Tuesday, January 22, 2013 10:03 AM | Last reply by Toby LH Statham - Friday, January 25, 2013 2:24 PM -
0 Votes
Get the URL that underlies the Title Field in a list
Hi Kansas, If you want to get the list data with REST API and then bind to a Jquery DataTable, I suggest you can refer the code demos ...Answered | 5 Replies | 1095 Views | Created by KansasCoder - Friday, October 28, 2016 9:57 PM | Last reply by Jerry Zy - Monday, October 31, 2016 3:16 AM -
0 Votes
Get Vesrion History URL with PowerShell
Hi , Try this snippet foreach($listitem in ...Answered | 2 Replies | 2584 Views | Created by BalaiP - Monday, February 18, 2013 4:32 PM | Last reply by BalaiP - Tuesday, April 9, 2013 8:35 PM -
0 Votes
How to return a List<File>, stored in a DocumentSet, based on the Current ListItem?
public static List<Document.WithMetaData> FindDocuments(ClientContext ctx, ListItem Item, List targetList) { ...Answered | 5 Replies | 1499 Views | Created by Cadieux.Tim - Monday, May 30, 2016 6:21 PM | Last reply by Cadieux.Tim - Friday, June 3, 2016 1:25 PM -
2 Votes
listitem not defined
Hi, you can do this just like in the sample below: 'Visual Basic 2008 - .net 3.5 - Any CPU Dim ...Answered | 5 Replies | 6241 Views | Created by roma_victa - Wednesday, September 15, 2010 10:54 AM | Last reply by Heslacher - Thursday, September 16, 2010 5:49 AM - Items 1 to 20 of 2521604 Next ›
No announcements