Namespace: ITHit.WebDAV
The IRawProperty type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompoundValue |
Gets or sets parsed compound property value.
|
![]() ![]() | ListValue |
Gets or sets parsed list-value consisting of components separated by the coma character.
|
![]() | Parameters |
List of all property parameters.
|
![]() | RawValue |
Gets or sets raw property value. This is an escaped property value.
|
![]() ![]() | StructuredValue |
Gets or sets parsed structured text value consisting of components separated by the semicolon character.
|
![]() | TextValue |
Gets or sets text value. Unescapes text when getting, escapes when setting.
|
Name | Description | |
---|---|---|
![]() | EscapePropValue |
Escapes property value.
|
![]() | GetCompoundValueComponent |
Helper method for getting specific component of a compound property.
|
![]() | SetCompoundValueComponent |
Helper method for setting specific component of a compound property.
|
This interface provides raw access to property values and parameters, as well as parsing and escaping of property values and parameters according to rules specific to calendar or business card v2.1, v3.0 or v4.0.