 | RecentChangesGeneratorLastRevisionsOnly Property |
This is preliminary documentation and is subject to change.
Only list changes which are the latest revision.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool LastRevisionsOnly { get; set; }Public Property LastRevisionsOnly As Boolean
Get
Set
Dim instance As RecentChangesGenerator
Dim value As Boolean
value = instance.LastRevisionsOnly
instance.LastRevisionsOnly = value
public:
property bool LastRevisionsOnly {
bool get ();
void set (bool value);
}member LastRevisionsOnly : bool with get, set
Property Value
Boolean
Remarks
This WILL NOT make the results distinct. This option seems only affets EDIT changes.
See Also