FilterBuilderPassThroughData SetTouched Method A Sandcastle Documented Class Library
Sets the touch value of this object. Pass to page should touch this object after verification. Pages should ignore touched objects on new page post, i.e. not a post back. This lets pages know when to reset to normal and ignore the pass through process.

Namespace: P4s3Web.WebAppHelperLib
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void SetTouched(
	bool b
)

Parameters

b
Type: System Boolean
See Also