SiteActions.List Property

Gets the list associated with the site actions.

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

Syntax

'Declaration
Public Overrides ReadOnly Property List As SPList
    Get
'Usage
Dim instance As SiteActions
Dim value As SPList

value = instance.List
public override SPList List { get; }

Property Value

Type: Microsoft.SharePoint.SPList
Returns null since SiteActions is outside the scope of any specific list

See Also

Reference

SiteActions Class

SiteActions Members

Microsoft.SharePoint.WebControls Namespace