OfficialFileProxy.BeginGetFinalRoutingDestinationFolderUrl Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.OfficialFileWSProxy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Function BeginGetFinalRoutingDestinationFolderUrl ( _
properties As RecordsRepositoryProperty(), _
contentTypeName As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As OfficialFileProxy
Dim properties As RecordsRepositoryProperty()
Dim contentTypeName As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetFinalRoutingDestinationFolderUrl(properties, _
contentTypeName, callback, asyncState)
public IAsyncResult BeginGetFinalRoutingDestinationFolderUrl(
RecordsRepositoryProperty[] properties,
string contentTypeName,
AsyncCallback callback,
Object asyncState
)
Parameters
- properties
Type: []
- contentTypeName
Type: System.String
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.
See Also
Reference
Microsoft.Office.RecordsManagement.OfficialFileWSProxy Namespace