Share via


SPDocumentConverter.MinAllowedRetries Property

Gets the value that determines the minimum number of retries for 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 MinAllowedRetries As Integer
    Get
'Usage
Dim value As Integer

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

Property Value

Type: System.Int32
A 32-bit integer that indicates the minimum number of retries that are attempted, which by default equals 0.

See Also

Reference

SPDocumentConverter Class

SPDocumentConverter Members

Microsoft.SharePoint.Administration Namespace