Click or drag to resize

Position Constructor (PositionsRelativeToSection, AccessSection)

Position top, bottom, above or below a section.

Namespace:  Koopman.CheckPoint.AccessRules
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Position(
	PositionsRelativeToSection locate,
	AccessSection section
)
Request Example View Source

Parameters

locate
Type: Koopman.CheckPoint.AccessRulesPositionsRelativeToSection
Top, Bottom, Above or Below.
section
Type: Koopman.CheckPointAccessSection
AccessSection to place relative to.
Exceptions
ExceptionCondition
ArgumentNullExceptionsection
See Also