Share via


ListItemCreationInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.ListItemCreationInformation", ServerTypeId="{54cdbee5-0897-44ac-829f-411557fa11be}", ValueObject=true)]
public class ListItemCreationInformation : Microsoft.SharePoint.Client.ClientValueObject
type ListItemCreationInformation = class
    inherit ClientValueObject
Public Class ListItemCreationInformation
Inherits ClientValueObject
Inheritance
ListItemCreationInformation
Attributes

Constructors

ListItemCreationInformation()

Properties

FolderUrl
LeafName
TypeId
UnderlyingObjectType

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Applies to