Locates the named parameter in the parameter bag and returns the value of the object it holds.


Namespace: FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetDateTimeListValue( _ 
   ByVal name As String _ 
) As IDateTimeList
C#
public virtual IDateTimeList GetDateTimeListValue(
   string name
)
C++
public:
 virtual IDateTimeList GetDateTimeListValue(
   String name
)
J#
public virtual IDateTimeList GetDateTimeListValue(
   string name
)
JScript
public virtual  function GetDateTimeListValue(
   name : String
) : IDateTimeList

Parameters

name
A String that specifies the parameter name to retrieve.

Return Value

The value of the parameter as an IDateTimeList object. Returns Null if the parameter cannot be found in the parameter bag.

See Also