Click or drag to resize

IJournalSequence Property

IT Hit WebDAV Classes Reference
Gets or sets the revision sequence number of the calendar component within a sequence of revisions.

Namespace: ITHit.WebDAV.Calendar.Components
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
IInteger Sequence { get; set; }

Property Value

Type: IInteger
IInteger or null if property is not present. Use CreatePropertyT to create a new property and assign value. Set value to null to remove the property.
Remarks

When a calendar component is created, its sequence number is 0. It is monotonically incremented by the "Organizer's" CUA each time the "Organizer" makes a significant revision to the calendar component.

http://tools.ietf.org/html/rfc5545#section-3.8.7.4

See Also