Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringA string that identifies the name of the content type.
Return Value
Type: Microsoft.SharePoint.SPFolder
Returns SPFolder.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace