PackageContents Enumeration

Represents an enumeration that identifies what a metadata XML file contains.

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

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client.Parser
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
<FlagsAttribute> _
<DataContractAttribute(Name := "PackageContents", Namespace := "Microsoft.SharePoint.BusinessData")> _
Public Enumeration PackageContents
'Usage
Dim instance As PackageContents
[FlagsAttribute]
[DataContractAttribute(Name = "PackageContents", Namespace = "Microsoft.SharePoint.BusinessData")]
public enum PackageContents

Members

Member name Description
None Specifies that no flags are set (= 0x0).
Model Specifies the use of only the metadata (= 0x1).
LocalizedNames Specifies the use of only localized names. When importing, the object structure must mirror the existing structure in the database.This is a MERGE semantic; localized names are added to those that already exist (= 0x2).
Permissions Specifies the use of only access control lists (ACLs). When importing, the object structure must mirror the existing structure in the database. This is a REPLACE semantic; the ACL on each object mirrors those in the file after import (= 0x4).
Properties Specifies the use of properties. When importing, the object structure must mirror the existing structure in the database. This is a MERGE semantic; properties are added to those that already exist (= 0x8).
InlineProxies If used with Import, seeks and imports the external system's proxy from the metadata file element. This option is not available on the server. If used with Export, exports the external system's proxy if available by reading it from the database inline with the metadata file (= 0x10).
All Specifies all flags (= 0x1F).

See Also

Reference

Microsoft.SharePoint.BusinessData.Administration.Client.Parser Namespace