Click or drag to resize

jFormatterDeserialize Method (String)

IT Hit WebDAV Classes Reference
Deserializes list of business cards, calendars or calendar components from text.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public override IEnumerable<IComponent> Deserialize(
	string jContent
)

Parameters

jContent
Type: SystemString
Text representation that contains jCard(s) or jCalendar(s).

Return Value

Type: IEnumerableIComponent
List of business cards or calendar components.
See Also