Logout from Innovator.

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

Syntax

C#
public virtual void Logout(
	bool unlockOnLogout
)
Visual Basic (Declaration)
Public Overridable Sub Logout ( _
	unlockOnLogout As Boolean _
)
J#
public void Logout(
	boolean unlockOnLogout
)
JScript
public function Logout(
	unlockOnLogout : boolean
)

Parameters

unlockOnLogout
Type: System..::.Boolean
Pass 'true' if want to unlock locked objects on logout; 'false' otherwise

Remarks

Note that items can be unlocked on logout if and only if the property "unlock_on_logout" of the item's corresponding ItemType is set to "1". If this property is set to "0" the parameter "unlockOnLogout" is ignored.

See Also