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

Gets the rule info given a trigger name

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

Syntax

C#
public List<RulesInfo> GetRuleInfoFromTriggerName(
	string triggerName,
	int userId,
	int groupId,
	int appId,
	string ruleGroupId,
	int secondaryId
)
Visual Basic (Declaration)
Public Function GetRuleInfoFromTriggerName ( _
	triggerName As String, _
	userId As Integer, _
	groupId As Integer, _
	appId As Integer, _
	ruleGroupId As String, _
	secondaryId As Integer _
) As List(Of RulesInfo)
Visual C++
public:
List<RulesInfo^>^ GetRuleInfoFromTriggerName(
	String^ triggerName, 
	int userId, 
	int groupId, 
	int appId, 
	String^ ruleGroupId, 
	int secondaryId
)

Parameters

triggerName
Type: System..::.String
triggerName as string
userId
Type: System..::.Int32
userId as int
groupId
Type: System..::.Int32
groupId as int
appId
Type: System..::.Int32
appId as int
ruleGroupId
Type: System..::.String
ruleGroupId as string
secondaryId
Type: System..::.Int32
secondaryId as int

Return Value

BusinessLayer.Rules.RulesInfo list

See Also