IRouter, interface (Microsoft.Office.RecordsManagement.RecordsRepository)
Provides an interface which custom records repository routers must implement.
Espace de noms : Microsoft.Office.RecordsManagement.RecordsRepository
Assembly : Microsoft.Office.Policy (dans microsoft.office.policy.dll)
Syntaxe
'Déclaration
Public Interface IRouter
'Utilisation
Dim instance As IRouter
public interface IRouter
Remarques
This interface contains a single method, OnSubmitFile.
When a file is submitted to the records repository, Office SharePoint Server 2007 calls the appropriate custom router, if there is one, by using the OnSubmitFile method. The router then performs its operation on the submitted document and associated metadata.
Exemple
See the De-Duplication Router sample in the Microsoft Office SharePoint Server 2007 SDK.
Voir aussi
Référence
Membres IRouter
Microsoft.Office.RecordsManagement.RecordsRepository, espace de noms
Autres ressources
Centre d'enregistrements
Routeur personnalisé du Centre d'enregistrements