Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of user custom actions defined on the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property UserCustomActions As SPUserCustomActionCollection
Get
'Usage
Dim instance As SPList
Dim value As SPUserCustomActionCollection
value = instance.UserCustomActions
public SPUserCustomActionCollection UserCustomActions { get; }
Type: Microsoft.SharePoint.SPUserCustomActionCollection
The collection of SPUserCustomAction objects.