ContentIterator.FileProcessor Delegate

Represents a delegate for processing a file.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Delegate Sub FileProcessor ( _
    file As SPFile _
)
'Usage
Dim instance As New FileProcessor(AddressOf HandlerMethod)
public delegate void FileProcessor(
    SPFile file
)

Parameters

Remarks

A delegate of this type must be passed to the ProcessFile method, the ProcessFiles method, and the ProcessFilesInFolder method. This delegate will be called for each file in the iteration.

See Also

Reference

Microsoft.Office.Server.Utilities Namespace