SPSite.UserCustomActions property

Gets the SPUserCustomActionCollection object that contains a list of SPUserCustomAction objects that are assigned to this site.

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

Syntax

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

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

Property value

Type: Microsoft.SharePoint.SPUserCustomActionCollection
A SPUserCustomActionCollection object.

Remarks

Note

This class is not thread safe.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace