SPWeb.UserCustomActions Property
Retrieves a refreshed SPUserCustomActionCollection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property UserCustomActions As SPUserCustomActionCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPUserCustomActionCollection
value = instance.UserCustomActions
[ClientCallableAttribute]
public SPUserCustomActionCollection UserCustomActions { get; }
Property Value
Type: Microsoft.SharePoint.SPUserCustomActionCollection
A SPUserCustomActionCollection from this SPWeb.