Returns an Item where the nodeList property of the Item contains Activity Items.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
[ObsoleteAttribute("The method will be removed from future releases of IOM. ", 
	false)]
public Item getAssignedActivities(
	string state,
	string userId
)
Visual Basic (Declaration)
<ObsoleteAttribute("The method will be removed from future releases of IOM. ",  _
	False)> _
Public Function getAssignedActivities ( _
	state As String, _
	userId As String _
) As Item
J#
/** @attribute ObsoleteAttribute("The method will be removed from future releases of IOM. ", false) */
public Item getAssignedActivities(
	String state,
	String userId
)
JScript
public function getAssignedActivities(
	state : String, 
	userId : String
) : Item

Parameters

state
Type: System..::.String
InBaseket view mode; possible values - "Active" | "Pending" | "Both".
userId
Type: System..::.String
User ID.

Return Value

Remarks

The method sends a request to Innovator server to obtain activities.

See Also