Click or drag to resize

hFormatterSerialize Method (Stream, IComponent)

IT Hit WebDAV Classes Reference
Serializes a business card, calendar or calendar component to hCard / hCalendar 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,
	IComponent davComponent
)

Parameters

serializationStream
Type: System.IOStream
The stream to which the object to be serialized.
davComponent
Type: ITHit.CollabIComponent
Business card, calendar or calendar component to be serialized.
See Also