Does anyone know what the WebFullUrl property is in a sharepoint list? Can’t find any documentation on the subject, thanks
Does anyone know what the WebFullUrl property is in a sharepoint list? Can’t find
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the Lists Web Service Protocol Specification, the WebFullUrl property is “The server-relative path to the subsite that contains the list”. So it would be the server-relative path to the SPWeb object that holds the list in question (the site). You can find an except of the property list for the lists web service at the following link: ListDefinitionCT.