ICanExecuteWithLimitedContext Interface

Relativity Event Handlers
Functions as a marker interface for executing event handlers without context information through the Object Manager service.

Namespace:  kCura.EventHandler
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

public interface ICanExecuteWithLimitedContext

public interface ICanExecuteWithLimitedContext
Remarks

The Object Manager service includes operations for create, read, and update, which require a CallingContext object. This object contains information about the web context from which the event handler is being called, such as the originator of the call, the page mode, and the related layout. If this context information isn’t required, you can set the CallingContext object to null, but your event handler must implement the ICanExecuteWithLimitedContext interface. For more information about this service, see the Relativity.Services.Object and Relativity.Services.Objects.Models.WebContent namespaces in the Relativity Services API.
See Also

Reference