ApplicationRegistry.ExportPackage, méthode (String, Stream, PackageContents) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Generates an XML file that contains the metadata of the specified LobSystem object.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub ExportPackage ( _
lobSystemName As String, _
stream As Stream, _
packageContents As PackageContents _
)
'Utilisation
Dim instance As ApplicationRegistry
Dim lobSystemName As String
Dim stream As Stream
Dim packageContents As PackageContents
instance.ExportPackage(lobSystemName, stream, packageContents)
public void ExportPackage (
string lobSystemName,
Stream stream,
PackageContents packageContents
)
Paramètres
- lobSystemName
The name of the LobSystem object for which you want to generate the XML file.
- stream
The stream to read.
- packageContents
One of the PackageContents enumeration values.
Voir aussi
Référence
ApplicationRegistry, classe
Membres ApplicationRegistry
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms