Click or drag to resize

ITextPropertyListTAdd Method (String)

IT Hit WebDAV Classes Reference
Adds a new property to the list of properties.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
void Add(
	string propValue
)

Parameters

propValue
Type: SystemString
Unencoded text that will be used as a new property value.
See Also