vFormatterSerialize Method (IEnumerableIComponent)
IT Hit WebDAV Classes Reference
Serializes business cards, calendars or calendar components to string in vCard / iCalendar 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
)
Public Overrides Function Serialize (
davComponentList As IEnumerable(Of IComponent)
) As String
public:
virtual String^ Serialize(
IEnumerable<IComponent^>^ davComponentList
) override
abstract Serialize :
davComponentList : IEnumerable<IComponent> -> string
override Serialize :
davComponentList : IEnumerable<IComponent> -> string
Parameters
- davComponentList
- Type: System.Collections.GenericIEnumerableIComponent
Business cards, calendars or calendar components.
Return Value
Type:
StringText representation of business cards, calendars or calendar components.
See Also