OfficialFileProxy.GetRecordRouting Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.OfficialFileWSProxy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/recordsrepository/GetRecordRouting", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetRecordRouting ( _
recordRouting As String _
) As String
'Usage
Dim instance As OfficialFileProxy
Dim recordRouting As String
Dim returnValue As String
returnValue = instance.GetRecordRouting(recordRouting)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/recordsrepository/GetRecordRouting", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetRecordRouting(
string recordRouting
)
Parameters
- recordRouting
Type: System.String
Return Value
Type: System.String
Returns String.
See Also
Reference
Microsoft.Office.RecordsManagement.OfficialFileWSProxy Namespace