| LogParameterCollectionSuppressRedirect Property |
This is preliminary documentation and is subject to change.
(
Move) Whether to suppress the creation of redirect when moving the page.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool SuppressRedirect { get; }
Public ReadOnly Property SuppressRedirect As Boolean
Get
Dim instance As LogParameterCollection
Dim value As Boolean
value = instance.SuppressRedirect
public:
property bool SuppressRedirect {
bool get ();
}
member SuppressRedirect : bool with get
Property Value
BooleanRemarks
This property returns true if either suppressredirect (Newer MediaWiki)
or suppressedredirect (MediaWiki 1.19, or Wikia)
is specified as true in the parameter collection.
See Also