Click or drag to resize
RuleCheck Method

[This is preliminary documentation and is subject to change.]

Check the rule return object of type Message if rule was broken, null if not

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public Message Check(
	FormContext formContext,
	Object fieldValue
)

Parameters

formContext
Type: CSC.SC.TOPICA4.TemplateFormContext

[Missing <param name="formContext"/> documentation for "M:CSC.SC.TOPICA4.Template.Rule.Check(CSC.SC.TOPICA4.Template.FormContext,System.Object)"]

fieldValue
Type: SystemObject

[Missing <param name="fieldValue"/> documentation for "M:CSC.SC.TOPICA4.Template.Rule.Check(CSC.SC.TOPICA4.Template.FormContext,System.Object)"]

Return Value

Type: Message

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.Rule.Check(CSC.SC.TOPICA4.Template.FormContext,System.Object)"]

See Also