VDataSectionLoadSection Method |
Loads a contact/vcard section into child sections and property list
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void LoadSection(
ref VDataSection CurrentSection,
ref string[] arrLines,
ref int CurrentIndex
)
Public Sub LoadSection (
ByRef CurrentSection As VDataSection,
ByRef arrLines As String(),
ByRef CurrentIndex As Integer
)
public:
void LoadSection(
VDataSection^% CurrentSection,
array<String^>^% arrLines,
int% CurrentIndex
)
member LoadSection :
CurrentSection : VDataSection byref *
arrLines : string[] byref *
CurrentIndex : int byref -> unit
Parameters
- CurrentSection
- Type: ARPDev.DAVLIBVDataSection
- arrLines
- Type: SystemString
- CurrentIndex
- Type: SystemInt32
See Also