CustomActionElementCollection Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.CustomActionElementCollection", ServerTypeId="{8085c8a0-ac08-44c8-ac9f-8a35540b34d1}", ValueObject=true)]
public sealed class CustomActionElementCollection : Microsoft.SharePoint.Client.ClientValueObjectCollection<Microsoft.SharePoint.Client.CustomActionElement>
type CustomActionElementCollection = class
    inherit ClientValueObjectCollection<CustomActionElement>
Public NotInheritable Class CustomActionElementCollection
Inherits ClientValueObjectCollection(Of CustomActionElement)
Inheritance
Attributes

Constructors

CustomActionElementCollection()

Properties

ChildItemsName (Inherited from ClientValueObjectCollection<T>)
Count (Inherited from ClientValueObjectCollection<T>)
Item[Int32] (Inherited from ClientValueObjectCollection<T>)
TypeId

Methods

Add(T) (Inherited from ClientValueObjectCollection<T>)
CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
GetEnumerator() (Inherited from ClientValueObjectCollection<T>)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientValueObjectCollection<T>)
WriteToXml(XmlWriter, SerializationContext)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from ClientValueObjectCollection<T>)

Applies to