SPUserCustomActionCollection Class
SharePoint 2010
Represents a collection of SPUserCustomAction objects.
Namespace:
Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
[ClientCallableTypeAttribute(Name = "UserCustomActionCollection", CollectionChildItemType = typeof(SPUserCustomAction), ServerTypeId = "{70D1CB2D-D304-4d96-9B54-74B3F400FA28}")] [SubsetCallableTypeAttribute] [SubsetCallableExcludeInterfaceAttribute(SubsetCallableExcludeMemberType.ExplicitInterfaceProperty, ExcludeInterface = typeof(ICollection))] public sealed class SPUserCustomActionCollection : IEnumerable<SPUserCustomAction>, ICollection, IEnumerable