ListItemCreationInformation Members
Include Protected Members
Include Inherited Members
Specifies the properties of the new list item.
The ListItemCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListItemCreationInformation |
Top
Properties
Name | Description | |
---|---|---|
FolderUrl | Gets or sets a value that specifies the folder for the new list item. | |
LeafName | Gets or sets a value that specifies the name of the new list item. It must be the name of the file if the parent list of the list item is a document library. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) | |
UnderlyingObjectType | Gets or sets a value that specifies whether the new list item is a file or a folder. |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top