Click or drag to resize

FormatterSerialize Method (IEnumerableIDavComponent)

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

Namespace: ITHit.WebDAV.Serialization
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public virtual string Serialize(
	IEnumerable<IDavComponent> davComponentList
)

Parameters

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

Return Value

Type: String

[Missing <returns> documentation for "M:ITHit.WebDAV.Serialization.Formatter.Serialize(System.Collections.Generic.IEnumerable{ITHit.WebDAV.IDavComponent})"]

See Also