Set the 'action' attribute on this.node.

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

Syntax

C#
public void setAction(
	string action
)
Visual Basic (Declaration)
Public Sub setAction ( _
	action As String _
)
J#
public void setAction(
	String action
)
JScript
public function setAction(
	action : String
)

Parameters

action
Type: System..::.String
Action name

Exceptions

ExceptionCondition
System..::.ExceptionThe instance doesn't represent a single item.
System..::.ArgumentExceptionThe this.node is read-only.

See Also