ListItemCreationInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- 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) | |