Returns the 'action' attribute from the Item node.

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

Syntax

C#
public string getAction()
Visual Basic (Declaration)
Public Function getAction As String
J#
public String getAction()
JScript
public function getAction() : String

Return Value

Value of the 'action' attribute if the attribute exists, empty string otherwise

Exceptions

ExceptionCondition
System..::.ExceptionThe instance doesn't represent a single item.

See Also