|
EnsureContentTypeIndexed |
Ensures that the ContentTypeId field is indexed for a list. |
|
EnsureContentTypeIndexedIfLargeList |
Ensures that the ContentTypeId field is indexed for a list if it is a large list. |
|
EnsureFieldIndexed |
Ensures that the field is indexed for a list. |
|
EnsureFieldIndexedEx(SPList, SPField, Boolean) |
Ensures that the SPField object is indexed for a SPList object. |
|
EnsureFieldIndexedEx(SPList, Guid, Boolean) |
Ensures that the SPField object is indexed for a SPList object. |
|
EnsureFieldIndexedEx(SPList, String, Boolean) |
Ensures that the SPField object is indexed for a SPList object. |
|
ExecuteSitesProcessingDirect |
Iterates over every site collection in the farm. |
|
GetAnyListItemInList |
Gets an arbitrary but consistent SPListItem object from a SPList object. |
|
GetFileInFolder |
Gets the specified file from the specified folder without inflating the entire Files property collection. |
|
ItemsOfContentTypeQuery |
Generates the query for an SPQuery object that returns all of the items of a specified content type. |
|
ItemsOfContentTypeQueryInFolder |
Generates the query for a SPQuery object that returns all items of a specified content type inside a folder. |
|
ListHasIndexedContentType |
Determines whether the content type field ID is indexed for the SPList object. |
|
ListHasItemsOfContentType |
Determines if a SPList object or a SPFolder object has items of a specified content type. |
|
OnProcessedList |
Determines if a SPList object or a SPFolder object has items of a specified content type for a processed list. |
|
OnProcessedListItemsBatch |
Determines if a SPList object or a SPFolder object has items of a specified content type for a batch of items on a processed list. |
|
OnProcessedSite |
Determines if a SPList object or a SPFolder object has items of a specified content type for a batch of items on a processed site. |
|
OnProcessedWeb |
Determines if a SPList object or a SPFolder object has items of a specified content type for a batch of items on a processed web. |
|
ProcessFile |
Determines if a SPList object or a SPFolder object has items of a specified content type for a batch of items on a processed file. |
|
ProcessFiles(SPListItemCollection, ContentIterator.FileProcessor, ContentIterator.FileProcessorErrorCallout) |
Iterates over all of the files in an item collection. |
|
ProcessFiles(SPListItemCollection, Boolean, ContentIterator.FileProcessor, ContentIterator.FileProcessorErrorCallout) |
This member is reserved for internal use and is not intended to be used directly from your code. |
|
ProcessFilesInFolder(SPFolder, Boolean, ContentIterator.FileProcessor, ContentIterator.FileProcessorErrorCallout) |
Iterates over items in a folder. |
|
ProcessFilesInFolder(SPList, SPFolder, Boolean, ContentIterator.FileProcessor, ContentIterator.FileProcessorErrorCallout) |
Iterates over items in a folder. |
|
ProcessItems(SPListItemCollection, ContentIterator.ItemProcessor, ContentIterator.ItemProcessorErrorCallout) |
Iterates over all items in a collection. |
|
ProcessItems(SPListItemCollection, Boolean, ContentIterator.ItemProcessor, ContentIterator.ItemProcessorErrorCallout) |
Iterates over items in a folder. |
|
ProcessItems(SPListItemCollection, Boolean, Boolean, ContentIterator.ItemProcessor, ContentIterator.ItemProcessorErrorCallout) |
Iterates over items in a folder. |
|
ProcessItemsInFolder(SPList, SPFolder, Boolean, Boolean, ContentIterator.ItemProcessor, ContentIterator.ItemProcessorErrorCallout) |
Iterates over items in a folder. |
|
ProcessItemsInFolder(SPList, SPFolder, Boolean, Boolean, Boolean, ContentIterator.ItemProcessor, ContentIterator.ItemProcessorErrorCallout) |
Iterates over items in a folder. |
|
ProcessListItems(SPList, ContentIterator.ItemProcessor, ContentIterator.ItemProcessorErrorCallout) |
Processes list items. |
|
ProcessListItems(SPList, SPQuery, ContentIterator.ItemProcessor, ContentIterator.ItemProcessorErrorCallout) |
Processes list items. |
|
ProcessListItems(SPList, SPQuery, ContentIterator.ItemsProcessor, ContentIterator.ItemsProcessorErrorCallout) |
Processes list items. |
|
ProcessListItems(SPList, Boolean, ContentIterator.ItemProcessor, ContentIterator.ItemProcessorErrorCallout) |
Processes list items. |
|
ProcessListItems(SPList, SPQuery, Boolean, ContentIterator.ItemProcessor, ContentIterator.ItemProcessorErrorCallout) |
Processes list items. |
|
ProcessListItems(SPList, String, Boolean, ContentIterator.ItemsProcessor, ContentIterator.ItemsProcessorErrorCallout) |
Processes list items. |
|
ProcessListItems(SPList, String, UInt32, Boolean, ContentIterator.ItemsProcessor, ContentIterator.ItemsProcessorErrorCallout) |
Processes list items. |
|
ProcessListItems(SPList, String, UInt32, Boolean, SPFolder, ContentIterator.ItemsProcessor, ContentIterator.ItemsProcessorErrorCallout) |
Processes list items. |
|
ProcessLists |
Processes a collection of lists. |
|
ProcessSite(SPSite, ContentIterator.WebProcessor, ContentIterator.WebProcessorErrorCallout) |
Processes all SPSite objects within a site collection. |
|
ProcessSite(SPSite, Boolean, ContentIterator.WebProcessor, ContentIterator.WebProcessorErrorCallout) |
Processes all SPSite objects within the site collection. |
|
ProcessSites |
Processes an SPSiteCollection object. |
|
ResumeProcessListItemsBatch |
Manages resume functions for a batch of list items. |
|
ResumeProcessLists |
Manages resume functions for a collection of lists. |
|
ResumeProcessSites |
Manages resume functions for a collection of sites. |
|
ResumeProcessWebs |
Manages resume actions for a collection of webs. |
|
ShouldCancel |
Determines whether the iteration should be cancelled at the specified granularity. |
|
ShouldCancelCore |
Determines whether the iteration should be cancelled at the specified granularity. |
|
UseLargeListQuerySemantics |
Indicates whether queries against the specified SPList object should use large list query semantics. |