Share via


SPDocumentConverter.MinAllowedTimeout Property

Gets the minimum length of time in seconds that is required by the document converter.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Property Value

Type: System.Int32
A 32-bit integer that indicates the minimum length of time, which by default equals 3 seconds.

See Also

Reference

SPDocumentConverter Class

SPDocumentConverter Members

Microsoft.SharePoint.Administration Namespace