Click or drag to resize

hFormatterSerialize Method (IEnumerableIComponent)

IT Hit WebDAV Classes Reference
Serializes the list of IComponent objects to hCard.

Namespace: ITHit.Collab.Serialization
Assembly: ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.519 (1.0.0.519)
Syntax
public override string Serialize(
	IEnumerable<IComponent> davComponentList
)

Parameters

davComponentList
Type: System.Collections.GenericIEnumerableIComponent
The dav component list.

Return Value

Type: String

[Missing <returns> documentation for "M:ITHit.Collab.Serialization.hFormatter.Serialize(System.Collections.Generic.IEnumerable{ITHit.Collab.IComponent})"]

See Also