Share via


SPDocumentConverter.MaxAllowedTimeout property

Gets the length of time in seconds that must expire before the conversion times out.

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

Syntax

'Declaration
Public Shared ReadOnly Property MaxAllowedTimeout As Integer
    Get
'Usage
Dim value As Integer

value = SPDocumentConverter.MaxAllowedTimeout
public static int MaxAllowedTimeout { get; }

Property value

Type: System.Int32
A 32-bit integer that indicates the number or seconds before the conversion times out, which by default equals 1800 seconds.

See also

Reference

SPDocumentConverter class

SPDocumentConverter members

Microsoft.SharePoint.Administration namespace