EcmDocumentRouter.GetFinalRoutingDestinationFolderUrl Method (RecordsRepositoryProperty , String)
Returns the URL for the folder that the router determines should be the final routing destination of the file.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Function GetFinalRoutingDestinationFolderUrl ( _
rrpProperties As RecordsRepositoryProperty(), _
contentTypeName As String _
) As String
'Usage
Dim instance As EcmDocumentRouter
Dim rrpProperties As RecordsRepositoryProperty()
Dim contentTypeName As String
Dim returnValue As String
returnValue = instance.GetFinalRoutingDestinationFolderUrl(rrpProperties, _
contentTypeName)
public string GetFinalRoutingDestinationFolderUrl(
RecordsRepositoryProperty[] rrpProperties,
string contentTypeName
)
Parameters
rrpProperties
Type: []Properties of the document ([]).
contentTypeName
Type: System.StringA string that identifies the name of the content type.
Return Value
Type: System.String
Returns String.
Remarks
This is the method which is called by the client-save web service. It requiresthe property array as well as the content type name, and
See Also
Reference
GetFinalRoutingDestinationFolderUrl Overload
Microsoft.Office.RecordsManagement.RecordsRepository Namespace