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; SharePoint Server 2010 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.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace