Given a SharePoint page URL (http://server:8000/Pages/Default.aspx), how can I get value from the fields inside?
Do I have to use SPSite, SPWeb? Is there any direct way?
Given a SharePoint page URL (http://server:8000/Pages/Default.aspx), how can I get value from the fields inside?
Do I have to use SPSite, SPWeb? Is there any direct way?
See the code above, checks if the page speicified by pageUrl contains the
Title
andUrl
fields.