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