CreatableItemInfoCollection Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.CreatableItemInfoCollection", ServerTypeId="{9b16c27e-29b9-46db-acb0-9e36d3ab244a}", ValueObject=true)]
public sealed class CreatableItemInfoCollection : Microsoft.SharePoint.Client.ClientValueObjectCollection<Microsoft.SharePoint.Client.CreatableItemInfo>
type CreatableItemInfoCollection = class
    inherit ClientValueObjectCollection<CreatableItemInfo>
Public NotInheritable Class CreatableItemInfoCollection
Inherits ClientValueObjectCollection(Of CreatableItemInfo)
Inheritance
Attributes

Constructors

CreatableItemInfoCollection()

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