Click or drag to resize

xFormatterSerialize Method (Stream, IEnumerableIComponent)

IT Hit WebDAV Classes Reference
Serializes a list of business cards, calendars or calendar components to xCard / xCalendar (XML) format and writes it to the given stream.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public override void Serialize(
	Stream serializationStream,
	IEnumerable<IComponent> davComponentsList
)

Parameters

serializationStream
Type: System.IOStream
The stream to which objects to be serialized.
davComponentsList
Type: System.Collections.GenericIEnumerableIComponent
List of business cards, calendars or calendar components to be formatted.
See Also