SearchAndProcessItem Constructor (String, String, String, String)
Constructs a new SearchAndProcessItem object.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Sub New ( _
strKeywordQuery As String, _
strSearchApp As String, _
strAssemblyName As String, _
strClassName As String _
)
'Usage
Dim strKeywordQuery As String
Dim strSearchApp As String
Dim strAssemblyName As String
Dim strClassName As String
Dim instance As New SearchAndProcessItem(strKeywordQuery, _
strSearchApp, strAssemblyName, strClassName)
public SearchAndProcessItem(
string strKeywordQuery,
string strSearchApp,
string strAssemblyName,
string strClassName
)
Parameters
- strKeywordQuery
Type: System.String
The keyword query for the search operation.
- strSearchApp
Type: System.String
The search application to use for the search operation.
- strAssemblyName
Type: System.String
The name of the assembly to call to process each item returned by the search.
- strClassName
Type: System.String
The name of the class within the assembly to call to process each item returned by the search.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace