Web.UserCustomActions Property
Gets a value that specifies the collection of user custom actions for the site.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property UserCustomActions As UserCustomActionCollection
Get
'Usage
Dim instance As Web
Dim value As UserCustomActionCollection
value = instance.UserCustomActions
[RemoteAttribute]
public UserCustomActionCollection UserCustomActions { get; }
Property Value
Type: Microsoft.SharePoint.Client.UserCustomActionCollection
Returns a UserCustomActionCollection instance representing the collection of user custom actions for the site.