Click or drag to resize

ICalendar2CreateClassProp Method (ClassificationType)

IT Hit WebDAV Classes Reference
Creates IClassification property from ClassificationType value. Returns null if value parameter is null. Assign the value returned by this method to Class property.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
IClassification CreateClassProp(
	ClassificationType value
)

Parameters

value
Type: ITHit.Collab.CalendarClassificationType
ClassificationType property value. If null is passed, this method returns null.

Return Value

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