SPList.UserCustomActions Property
Gets the collection of user custom actions defined on the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _
<ClientCallableAttribute> _
Public ReadOnly Property UserCustomActions As SPUserCustomActionCollection
Get
'Usage
Dim instance As SPList
Dim value As SPUserCustomActionCollection
value = instance.UserCustomActions
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
[ClientCallableAttribute]
public SPUserCustomActionCollection UserCustomActions { get; }
Property Value
Type: Microsoft.SharePoint.SPUserCustomActionCollection
The collection of SPUserCustomAction objects.