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.
Retrieves a refreshed SPUserCustomActionCollection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UserCustomActions As SPUserCustomActionCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPUserCustomActionCollection
value = instance.UserCustomActions
public SPUserCustomActionCollection UserCustomActions { get; }
Property value
Type: Microsoft.SharePoint.SPUserCustomActionCollection
A SPUserCustomActionCollection from this SPWeb.