SPList.UserCustomActions property

Gets the collection of user custom actions defined on the list.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property UserCustomActions As SPUserCustomActionCollection
    Get
'Usage
Dim instance As SPList
Dim value As SPUserCustomActionCollection

value = instance.UserCustomActions
public SPUserCustomActionCollection UserCustomActions { get; }

Property value

Type: Microsoft.SharePoint.SPUserCustomActionCollection
The collection of SPUserCustomAction objects.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace