SPListItemLastModifiedDateQuery.Add method
Adds a list to the collection of lists to be queried.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Add ( _
fullListRootFolderUrl As Uri _
)
'Usage
Dim instance As SPListItemLastModifiedDateQuery
Dim fullListRootFolderUrl As Uri
instance.Add(fullListRootFolderUrl)
public void Add(
Uri fullListRootFolderUrl
)
Parameters
fullListRootFolderUrl
Type: System.UriFully qualified URL to the root folder of the list.
See also
Reference
SPListItemLastModifiedDateQuery class