Click or drag to resize

Revision Class

This is preliminary documentation and is subject to change.

Contains the revision information with content of Flow board headers or topic posts.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.FlowRevision

Namespace: WikiClientLibrary.Flow
Assembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[JsonContractAttribute]
public sealed class Revision

The Revision type exposes the following members.

Constructors
 NameDescription
Public methodRevisionInitializes a new instance of the Revision class
Top
Properties
 NameDescription
Public propertyActions HTML links to show operations.
Public propertyArticleTitle Full title of the page containing this revision.
Public propertyAuthor Author of the post or header.
Public propertyChangeType 
Public propertyContent Revision content, in wikitext format. Depending on the context, this can be the topic content, topic summary, or post content.
Public propertyContentLength Content length, in bytes.
Public propertyIsLocked Determines whether the post has been locked (i.e. discussion closed).
Public propertyIsMaxThreadingDepth 
Public propertyIsModerated Determines whether the post has been moderated (hidden).
Public propertyIsModeratedNotLocked Determines whether the post has been moderated but not locked.
Public propertyIsOriginalContent 
Public propertyLastEditId Revision ID of the last edit.
Public propertyLastEditUser Last editor of the post or header.
Public propertyLastUpdated For topic revision, the last update time of the whole topic, including replies, changes to topic title, content, or replies.
Public propertyLinks HTML links to show different views.
Public propertyModerationReason 
Public propertyModerationState 
Public propertyModerator 
Public propertyOldContentLength Content length before this revision, in bytes.
Public propertyPreviousRevisionId Revision ID of the previous revision.
Public propertyProperties 
Public propertyRawModerationReason 
Public propertyRawModerationState 
Public propertyReplyIds Workflow ID of the replies.
Public propertyReplyToId Workflow ID of the post this revision replies to.
Public propertyRevisionId Flow revision ID.
Public propertySummary For topic title revision, this is the latest revision of topic summary, if available.
Public propertyTimeStamp The time stamp of the revision.
Public propertyWorkflowId Workflow ID of the revision. For board header, this is the workflow ID of the board; for topic posts, this is the topic ID.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also