Click or drag to resize
ExecuteQueryHandlerTResultWhenMarkedWith Method

Note: This API is now obsolete.

Adds the conditional before query handler for the query executed with specified mark

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public BeforeConditionalEvent<ExecuteQueryEventArgs<TResult>> WhenMarkedWith(
	string mark
)

Parameters

mark
Type: SystemString
Query mark

Return Value

Type: BeforeConditionalEventExecuteQueryEventArgsTResult
See Also