SPWebApplication.AlwaysProcessDocuments property

Gets or sets a Boolean value that determines whether documents are always processed by document parsers before being returned.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property AlwaysProcessDocuments As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.AlwaysProcessDocuments

instance.AlwaysProcessDocuments = value
public bool AlwaysProcessDocuments { get; set; }

Property value

Type: System.Boolean
Boolean
true if documents are always processed by document parsers before they are returned; otherwise, false.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace