Click or drag to resize
VDataSectionAddSection Method
Creates a section within a parentsection (eg: vevent within a vcalendar section)

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VDataSection AddSection(
	string sLabel
)

Parameters

sLabel
Type: SystemString

Return Value

Type: VDataSection
See Also