Click or drag to resize

vFormatterSerialize Method (IComponent)

IT Hit WebDAV Classes Reference
Serializes business card, calendar or calendar component to string in vCard / iCalendar format.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public override string Serialize(
	IComponent davComponent
)

Parameters

davComponent
Type: ITHit.CollabIComponent
Business card, calendar or calendar component.

Return Value

Type: String
Text representation of business card, calendar or calendar component.
See Also