Click or drag to resize
NotificationSetExtensionsGetLogs Method

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static IEnumerable<Notice> GetLogs(
	this INotificationSet notification,
	bool success
)

Parameters

notification
Type: FlexRule.NotificationsINotificationSet
success
Type: SystemBoolean

Return Value

Type: IEnumerableNotice

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type INotificationSet. 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