Click or drag to resize

WikiaQueryRequestMessage(String, Object, Boolean) Constructor

This is preliminary documentation and is subject to change.

Initializes a WikiaQueryRequestMessage instance with the message ID and query fields.

Namespace: WikiClientLibrary.Wikia
Assembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public WikiaQueryRequestMessage(
	string id,
	Object fieldCollection,
	bool httpPost
)

Parameters

id  String

[Missing <param name="id"/> documentation for "M:WikiClientLibrary.Wikia.WikiaQueryRequestMessage.#ctor(System.String,System.Object,System.Boolean)"]

fieldCollection  Object
A dictionary or anonymous object containing the key-value pairs. See EnumValues(Object) for more information. For queries without query part, you can set this parameter to null.
httpPost  Boolean
Whether to use HTTP POST method to issue the request.
See Also