Class ITHit.WebDAV.Client.Property


class ITHit.WebDAV.Client.Property
Represents custom property exposed by WebDAV hierarchy items.
Defined in ITHitWebDAVClient.js

Property Summary
String Name
Property Name.

Constructor Summary
Property(String mOne, String mTwo, String mThree)
Initializes new string valued property.

Function Summary
String StringValue()
String value of the custom property.
String toString()
Returns string representation of current property.

Property Details

property String Name

Property Name.

Constructor Details

constructor Property

Property(ITHit.WebDAV.Client.PropertyName mOne, String mTwo)
Property(String mOne, String mTwo, String mThree)
Initializes new string valued property.
Parameters:
Syntax 1
mOne Property name.
mTwo Property value.
Syntax 2
mOne Name of the property.
mTwo Property value.
mThree Namespace of the property.

Function Details

function StringValue

String StringValue()
String value of the custom property.
Returns:
String value of the custom property.

function toString

String toString()
Returns string representation of current property.
Returns:
String representation of PropertyName.