Method
EDataServerSourceWebdavset_resource_query
since: 3.6
Declaration [src]
void
e_source_webdav_set_resource_query (
ESourceWebdav* extension,
const gchar* resource_query
)
Description [src]
Sets the URI query required to access a resource on a WebDAV server.
This is typically used when the ESourceWebdav:resource-path points not
to the resource itself but to a web program that generates the resource
content on-the-fly. The ESourceWebdav:resource-query holds the input
values for the program.
The internal copy of resource_query is automatically stripped of leading
and trailing whitespace. If the resulting string is empty, NULL is set instead.
Available since: 3.6
| Sets property | EDataServer.SourceWebdav:resource-query |