PackageContents Enumeration

Represents the type of information that needs to be imported into the metadata repository or read from XML.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PackageContents
'Usage
Dim instance As PackageContents
[FlagsAttribute]
public enum PackageContents

Members

Member name Description
Model Represents the base XML file.
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.
Permissions Represents access control lists (ACLs).
Properties Represents properties.

Remarks

You can use the bitwise OR operator ( | ) to pass in multiple PackageContents values per export and import.

See Also

Reference

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace