Click or drag to resize

xFormatterSerialize Method (IEnumerableIComponent)

IT Hit WebDAV Classes Reference
Serializes business cards, calendars or calendar components to string in xCard / xCalendar 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(
	IEnumerable<IComponent> davComponentList
)

Parameters

davComponentList
Type: System.Collections.GenericIEnumerableIComponent
Business cards, calendars or calendar components.

Return Value

Type: String
Text representation of business cards, calendars or calendar components.
See Also