SearchAndProcessItem.MethodArgs Property
Gets or sets any optional arguments to pass to the process assembly and class.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property MethodArgs As String()
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As String()
value = instance.MethodArgs
instance.MethodArgs = value
public string[] MethodArgs { get; set; }
Property Value
Type: []
A string array that represents the optional arguments to pass to the process assembly and class.
Remarks
The method arguments passed to the process assembly can be any values that the process assembly can parse; Microsoft Office SharePoint Server 2007 does not process these arguments.
Use the AssemblyName property to return the name of the assembly to call to process each item returned by the search.
Use the ClassName property to return the name of the assembly to call to process each item returned by the search.
For more information about using the SearchAndProcessItem class to perform a custom search and process operation, see Search and Process Development Process.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace