VCalendarParserCustomObjectParser Method

This is implemented to handle properties related to custom entries that are wrapped in a BEGIN/END sequence.

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected virtual void CustomObjectParser(
	string propertyName,
	StringCollection parameters,
	string propertyValue
)

Parameters

propertyName  String
The name of the property.
parameters  StringCollection
A string collection containing the parameters and their values. If empty, there are no parameters.
propertyValue  String
The value of the property.

Remarks

All unknown objects are stuck in the custom properties collection of the item being processed.

See Also