Click or drag to resize

Position Constructor (Positions, String)

Position above or below a section or rule or Position at the top or bottom of a section or rulebase.

Namespace:  Koopman.CheckPoint.AccessRules
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Position(
	Positions locate,
	string point = null
)
Request Example View Source

Parameters

locate
Type: Koopman.CheckPoint.AccessRulesPositions
Top, Bottom, Above or Below.
point (Optional)
Type: SystemString
Name or UID of section or rule.
Exceptions
ExceptionCondition
ArgumentNullException Except for when using Top or Bottom, point must be defined
InvalidCastExceptionFor Absolute, point must be an integer.
See Also