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
itemToRoute
Type: Microsoft.SharePoint.SPListItemSPListItem.
Return Value
Type: System.String
Returns String.
See Also
Reference
GetFinalRoutingDestinationFolderUrl Overload
Microsoft.Office.RecordsManagement.RecordsRepository Namespace