Functions as a marker interface for executing event handlers without context information through the Object Manager service.
Namespace:
kCura.EventHandlerAssembly:
kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
public interface ICanExecuteWithLimitedContext
public interface ICanExecuteWithLimitedContext
Public Interface ICanExecuteWithLimitedContext
Public Interface ICanExecuteWithLimitedContext
public interface class ICanExecuteWithLimitedContext
public interface class ICanExecuteWithLimitedContext
type ICanExecuteWithLimitedContext = interface end
type ICanExecuteWithLimitedContext = interface end
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.
Reference