Class: Property

Property Class #

Represents custom property exposed by WebDAV hierarchy items.

Namespace#

ITHit.WebDAV.Client

new ITHit.WebDAV.Client.Property(sName, sValue, sNamespace) #

Property
Initializes new string valued property.
Name Type Description
sName string | ITHit.WebDAV.Client.PropertyName Name of the property.
sValue string optional Property value.
sNamespace string optional Namespace of the property.
Throws:
ITHit.Exception

Members#

Name :string :ITHit.WebDAV.Client.PropertyName #

Name
Property Name.

Value :* #

Value
Property value.

Methods#

StringValue() → {string} #

StringValue
String value of the custom property.
Returns:
string String value of the custom property.