New answers tagged date
0
a simple method would be to have a hidden date field associated with the default document type in the list and to set that at a specific date e.g. 25th December 1970 for example. It could then be easily used as the identifier when you want to remove the list.
If you want to have a hidden field like this added to the type, you'll need to set the 'Allow ...
1
Many SharePoint objects have a Property collection. Lists do not directly, but you can use list.RootFolder.Properties and there are methods for Add, Delete, Get, and SetProperty. There's an example here: http://www.novolocus.com/2012/07/23/getting-and-setting-properties-in-sharepoint/
0
Found it. Query has to be in a parameter and must be called query.
My Dataset Query looks this:
<Query>
<SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapAction>
<Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems">
<Parameters>
<Parameter ...
Top 50 recent answers are included