OfficialFileProxy.GetFinalRoutingDestinationFolderUrl 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/GetFinalRoutingDestinationFolderUrl", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetFinalRoutingDestinationFolderUrl ( _
    properties As RecordsRepositoryProperty(), _
    contentTypeName As String _
) As String
'Usage
Dim instance As OfficialFileProxy
Dim properties As RecordsRepositoryProperty()
Dim contentTypeName As String
Dim returnValue As String

returnValue = instance.GetFinalRoutingDestinationFolderUrl(properties, _
    contentTypeName)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/recordsrepository/GetFinalRoutingDestinationFolderUrl", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetFinalRoutingDestinationFolderUrl(
    RecordsRepositoryProperty[] properties,
    string contentTypeName
)

Parameters

  • properties
    Type: []

Return Value

Type: System.String
Returns String.

See Also

Reference

OfficialFileProxy Class

OfficialFileProxy Members

Microsoft.Office.RecordsManagement.OfficialFileWSProxy Namespace