Click or drag to resize

ICalendar2CreateStatusProp Method (StatusType)

IT Hit WebDAV Classes Reference
Creates IStatus property from StatusType value. Returns null if value parameter is null. Assign the value returned by this method to Status property.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
IStatus CreateStatusProp(
	StatusType value
)

Parameters

value
Type: ITHit.Collab.CalendarStatusType
StatusType property value. If null is passed, this method returns null.

Return Value

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