 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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