Click or drag to resize

FastUpdateUpdateGroupWithExclusion Method

Updates the Group With Exclusion without finding it first.

Namespace:  Koopman.CheckPoint.FastUpdate
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public static GroupWithExclusion UpdateGroupWithExclusion(
	this Session session,
	string identifier
)
Request Example View Source

Parameters

session
Type: Koopman.CheckPointSession
The session.
identifier
Type: SystemString
The identifier, can by name or UID of Group With Exclusion to update.

Return Value

Type: GroupWithExclusion
GroupWithExclusion object ready for you to set properties to change and then use AcceptChanges(Ignore, CancellationToken) to send set request.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Session. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also