SPUserCustomActionCollection class
SharePoint 2013
Represents a collection of SPUserCustomAction objects.
Namespace:
Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeInterfaceAttribute(SubsetCallableExcludeMemberType.ExplicitInterfaceProperty, ExcludeInterface = typeof(ICollection))] [ClientCallableTypeAttribute(Name = "UserCustomActionCollection", CollectionChildItemType = typeof(SPUserCustomAction), CollectionIndexerMethodClientName = "GetById", CollectionCreateEntityMethodClientName = "Create", ServerTypeId = "{70D1CB2D-D304-4d96-9B54-74B3F400FA28}", SampleUrl = "{apiroot}/web/UserCustomActions")] [SubsetCallableTypeAttribute] public sealed class SPUserCustomActionCollection : IEnumerable<SPUserCustomAction>, ICollection, IEnumerable