Share via


EcmDocumentRouter.GetFinalRoutingDestinationFolderUrl method (SPListItem)

Returns the full URL of the SPFolder object where this document should be routed

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Function GetFinalRoutingDestinationFolderUrl ( _
    itemToRoute As SPListItem _
) As String
'Usage
Dim instance As EcmDocumentRouter
Dim itemToRoute As SPListItem
Dim returnValue As String

returnValue = instance.GetFinalRoutingDestinationFolderUrl(itemToRoute)
public string GetFinalRoutingDestinationFolderUrl(
    SPListItem itemToRoute
)

Parameters

Return value

Type: System.String
Returns String.

See also

Reference

EcmDocumentRouter class

EcmDocumentRouter members

GetFinalRoutingDestinationFolderUrl overload

Microsoft.Office.RecordsManagement.RecordsRepository namespace