[This is preliminary documentation and is subject to change.]

Namespace:  OfficeClip.BusinessLayer.Rules
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public NotificationInfo(
	string notificationName,
	string desc,
	string arg1,
	string arg2,
	string arg3,
	string arg4
)
Visual Basic (Declaration)
Public Sub New ( _
	notificationName As String, _
	desc As String, _
	arg1 As String, _
	arg2 As String, _
	arg3 As String, _
	arg4 As String _
)
Visual C++
public:
NotificationInfo(
	String^ notificationName, 
	String^ desc, 
	String^ arg1, 
	String^ arg2, 
	String^ arg3, 
	String^ arg4
)

Parameters

notificationName
Type: System..::.String
desc
Type: System..::.String
arg1
Type: System..::.String
arg2
Type: System..::.String
arg3
Type: System..::.String
arg4
Type: System..::.String

See Also