SPFolderHierarchy.ThrottledMode property

Gets whether the folder hierarchy is in throttled mode.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public ReadOnly Property ThrottledMode As Boolean
    Get
'Usage
Dim instance As SPFolderHierarchy
Dim value As Boolean

value = instance.ThrottledMode
public bool ThrottledMode { get; }

Property value

Type: System.Boolean
Returns Boolean.

Remarks

Ensures that the folder has been fetched.

See also

Reference

SPFolderHierarchy class

SPFolderHierarchy members

Microsoft.Office.Server.Utilities namespace