LargeListContextInformation.ContextList Property
This member is reserved for internal use and is not intended to be used directly from your code. Gets the context web application for the large list.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ContextList As SPList
Get
'Usage
Dim value As SPList
value = LargeListContextInformation.ContextList
public static SPList ContextList { get; }
Property Value
Type: Microsoft.SharePoint.SPList
The SPList object that represents the large list on which the operations are performed.
See Also
Reference
LargeListContextInformation Class