set_title


Description:

public void set_title (string? title, bool exact_title)

Sets the title property to title.

Set title to null to unset the property in the query URI.

Parameters:

this

a DocumentsQuery

title

the title (or title fragment) to query for, or null

exact_title

true if the query should match the exact title, false otherwise