ICalendarFolderSupportedComponentTypes Property
IT Hit WebDAV Classes Reference
Gets a calendar component types (e.g., VEVENT, VTODO, etc.)
that calendar object resources can contain in the calendar collection.
Namespace:
ITHit.WebDAV.Server.CalDav
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax IEnumerable<CalendarComponentType> SupportedComponentTypes { get; }
ReadOnly Property SupportedComponentTypes As IEnumerable(Of CalendarComponentType)
Get
property IEnumerable<CalendarComponentType>^ SupportedComponentTypes {
IEnumerable<CalendarComponentType>^ get ();
}
abstract SupportedComponentTypes : IEnumerable<CalendarComponentType> with get
Property Value
Type:
IEnumerableCalendarComponentTypeRemarks
More details at http://tools.ietf.org/html/rfc4791#section-5.2.3
See Also