InsertRecordUpdate members

Represents an update operation that consists of inserting a record.

The InsertRecordUpdate type exposes the following members.

Constructors

  Name Description
Public method InsertRecordUpdate Creates an instance of InsertRecordUpdate by specifying the key of the inserted record, the key of the record it was inserted after, and the outline level of the inserted record.

Top

Properties

  Name Description
Public property AfterRecordKey Gets or sets the key identifying the record after which the new record was inserted.
Public property DefaultValues Gets or sets the default values.
Public property NewOutlineLevel Gets or sets the outline level of the inserted record.
Public property RecordKey Gets or sets a key identifying the record that has been updated. (Inherited from Update.)
Public property Type Gets the type of the update. (Overrides Update.Type.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToJson Serializes this object to JavaScript Object Notation (JSON). (Inherited from Update.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

InsertRecordUpdate class

Microsoft.SharePoint.JSGrid namespace