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

Gets the rulebase rules

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

Syntax

C#
public RulesInfo GetRulesInfo(
	int userId,
	int groupId,
	int appId,
	int ruleId,
	string ruleGroupId,
	int secondaryId
)
Visual Basic (Declaration)
Public Function GetRulesInfo ( _
	userId As Integer, _
	groupId As Integer, _
	appId As Integer, _
	ruleId As Integer, _
	ruleGroupId As String, _
	secondaryId As Integer _
) As RulesInfo
Visual C++
public:
RulesInfo^ GetRulesInfo(
	int userId, 
	int groupId, 
	int appId, 
	int ruleId, 
	String^ ruleGroupId, 
	int secondaryId
)

Parameters

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

Return Value

the filled BusinessLayer.Rules.RulesInfo object

See Also