Click or drag to resize

IComponentComponents Property

IT Hit WebDAV Classes Reference
Dictionary of all calendar components. Empty for card object.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
IDictionary<string, IList<IComponent>> Components { get; }

Property Value

Type: IDictionaryString, IListIComponent
Remarks
Components are grouped by component name for faster access. Each dictionary entry corresponds to the list of components with identical names. Component names are case insensitive.
See Also