Click or drag to resize

IAction Methods

The IAction type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodRegisterRight(Guid, ReadUpdateRightKind, Boolean)
Registers right to check to know if this action is allowed for current user.
Public methodRegisterRight(Guid, StandardRightKind, Boolean)
Registers a right to check to know if this action is allowed for current user.
Public methodRegisterRight(Guid, YesNoRightKind, Boolean)
Registers right to check to know if this action is allowed for current user.
Top
See Also