ITextPropertyListTAdd Method (String, Boolean)
IT Hit WebDAV Classes Reference
Adds text item to the list of properties with preference parameter.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax void Add(
string item,
bool isPrefered
)
Sub Add (
item As String,
isPrefered As Boolean
)
void Add(
String^ item,
bool isPrefered
)
abstract Add :
item : string *
isPrefered : bool -> unit
Parameters
- item
- Type: SystemString
Text to be added to the list. - isPrefered
- Type: SystemBoolean
Indicates if this property is preferred.
See Also