Click or drag to resize

ICalendar2CreateCalTextProp Method

IT Hit WebDAV Classes Reference
Creates ICalText property. Returns null if value parameter is null. Assign the value returned by this method to properties that has a ICalText type such as Summary, Description, etc.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
ICalText CreateCalTextProp(
	string value,
	string language = null
)

Parameters

value
Type: SystemString
Unencoded text to be used as a value of the property. If null is passed, this method returns null.
language (Optional)
Type: SystemString
Language. Sets "LANGUAGE" parameter value.

Return Value

Type: ICalText
Object implementing ICalText or null if value parameter is null.
See Also