SPWeb.ParserEnabled 属性
Gets or sets a value that specifies whether parsing is enabled for document libraries of the website.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property ParserEnabled As Boolean
Get
Set
用法
Dim instance As SPWeb
Dim value As Boolean
value = instance.ParserEnabled
instance.ParserEnabled = value
public bool ParserEnabled { get; set; }
属性值
类型:System.Boolean
true if parsing is enabled; otherwise, false. The default is true.
备注
As a practical matter what it means for this property to be true is that when a document is added to a document library, the values of the fields in the list item for the document are added to the metadata properties of the document file. For example, if you upload a Word document and then download it again, you can see the field values in the advanced properties dialog of the Word file.