PackageContents 枚举 (Microsoft.Office.Server.ApplicationRegistry.Administration)

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

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration PackageContents
用法
Dim instance As PackageContents
[FlagsAttribute] 
public enum PackageContents

成员

  成员名称 说明
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. 

备注

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

另请参阅

参考

Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间