 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
Boolean
Remarks
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