EcmDocumentRouter.GetFinalRoutingDestinationFolder method

Gets the final routing destination folder based on properties defined for the Records Repository and a string that identifies the name of the content type.

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

Syntax

'Declaration
Public Function GetFinalRoutingDestinationFolder ( _
    rrpProperties As RecordsRepositoryProperty(), _
    contentTypeName As String _
) As SPFolder
'Usage
Dim instance As EcmDocumentRouter
Dim rrpProperties As RecordsRepositoryProperty()
Dim contentTypeName As String
Dim returnValue As SPFolder

returnValue = instance.GetFinalRoutingDestinationFolder(rrpProperties, _
    contentTypeName)
public SPFolder GetFinalRoutingDestinationFolder(
    RecordsRepositoryProperty[] rrpProperties,
    string contentTypeName
)

Parameters

  • rrpProperties
    Type: []

    Properties of the Records Repository ([]).

  • contentTypeName
    Type: System.String

    A string that identifies the name of the content type.

Return value

Type: Microsoft.SharePoint.SPFolder
Returns SPFolder.

See also

Reference

EcmDocumentRouter class

EcmDocumentRouter members

Microsoft.Office.RecordsManagement.RecordsRepository namespace