ICalendar2CreateActionProp Method (String)
IT Hit WebDAV Classes Reference
Creates
IAction property from string value. Returns null if
value parameter is null.
Assign the value returned by this method to
Action property.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IAction CreateActionProp(
string value
)
Function CreateActionProp (
value As String
) As IAction
IAction^ CreateActionProp(
String^ value
)
abstract CreateActionProp :
value : string -> IAction
Parameters
- value
- Type: SystemString
String property value. If null is passed, this method returns null.
Return Value
Type:
IActionObject implementing
IAction or null if
value parameter is null.
Remarks
This method does NOT throws any exceptions if no
ActionType is found that match the passed
value.
Instead the new
StatusType is created in this case with
Name being set to the
value passed.
The
Number is set to default value (-1) in this case.
See Also