Click or drag to resize

IDavComponentAddProperty Method

IT Hit WebDAV Classes Reference
Adds property to Properties list. The property must be created by created by CreateRawProperty call.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
void AddProperty(
	string propName,
	IRawProperty prop
)

Parameters

propName
Type: SystemString
Property name, such as N, UID, etc.
prop
Type: ITHit.WebDAVIRawProperty
Property to be added to the Properties list.

Return Value

Type: 
RawProperty
See Also