Click or drag to resize

ICalendarReportAsyncQueryAsync Method

IT Hit WebDAV Classes Reference
Gets a list of calendar files that match specified filter.

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
Task<IEnumerable<ICalendarFileAsync>> QueryAsync(
	string rawQuery,
	IEnumerable<PropertyName> propNames
)

Task<IEnumerable<ICalendarFileAsync>> QueryAsync(
	string rawQuery,
	IEnumerable<PropertyName> propNames
)

Parameters

rawQuery
Type: SystemString
Raw query sent by the client.
propNames
Type: System.Collections.GenericIEnumerablePropertyName
Properties requested by the client. You can use this as a hint about what properties will be called by the Engine for each item that are returned from this method.

Return Value

Type: TaskIEnumerableICalendarFileAsync
List of calendar files.
See Also