Compartir a través de


del método OfficialFileProxy.BeginGetFinalRoutingDestinationFolderUrl

Este miembro está reservado para uso interno y no debe usarse directamente desde el código.

Espacio de nombres:  Microsoft.Office.RecordsManagement.OfficialFileWSProxy
Ensamblado:  Microsoft.Office.Policy (en Microsoft.Office.Policy.dll)

Sintaxis

'Declaración
Public Function BeginGetFinalRoutingDestinationFolderUrl ( _
    properties As RecordsRepositoryProperty(), _
    contentTypeName As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Uso
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
)

Parámetros

  • properties
    Tipo: []

Valor devuelto

Tipo: System.IAsyncResult
Devuelve IAsyncResult.

Vea también

Referencia

clase OfficialFileProxy

Miembros OfficialFileProxy

Espacio de nombres Microsoft.Office.RecordsManagement.OfficialFileWSProxy