Click or drag to resize
VDataSectionLoadSection Method
Loads a contact/vcard section into child sections and property list

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void LoadSection(
	ref VDataSection CurrentSection,
	ref string[] arrLines,
	ref int CurrentIndex
)

Parameters

CurrentSection
Type: ARPDev.DAVLIBVDataSection
arrLines
Type: SystemString
CurrentIndex
Type: SystemInt32
See Also