PackageContents, énumération (Microsoft.Office.Server.ApplicationRegistry.Administration)
Represents the type of information that needs to be imported into the metadata repository or read from XML.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<FlagsAttribute> _
Public Enumeration PackageContents
'Utilisation
Dim instance As PackageContents
[FlagsAttribute]
public enum PackageContents
Membres
Nom du membre | Description | |
---|---|---|
LocalizedNames | Represents localized display names and other localization-specific information in the metadata. When you need metadata for different localized languages, you can simply create and import a Localized Names XML file on top of your model XML file. | |
Model | Represents the base XML file. | |
Permissions | Represents access control lists (ACLs). | |
Properties | Represents properties. |
Remarques
You can use the bitwise OR operator ( | ) to pass in multiple PackageContents values per export and import.
Voir aussi
Référence
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms