LargeListContextInformation.CanPerformLargeListOperation Property
This member is reserved for internal use and is not intended to be used directly from your code. Gets a flag that specifies whether performing large list operations is allowed.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Shared ReadOnly Property CanPerformLargeListOperation As Boolean
Get
'Usage
Dim value As Boolean
value = LargeListContextInformation.CanPerformLargeListOperation
public static bool CanPerformLargeListOperation { get; }
Property Value
Type: System.Boolean
true if the large list is not throttled or if the current user has permission to ignore throttling; otherwise, false.
See Also
Reference
LargeListContextInformation Class