Click or drag to resize

FormatterSerialize Method (IEnumerableIComponent)

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

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public virtual 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.Formatter.Serialize(System.Collections.Generic.IEnumerable{ITHit.Collab.IComponent})"]

See Also