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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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