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

Gets the RuleId of all the rules matching the userId, groupId, appId, secondaryId

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

Syntax

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

Parameters

userId
Type: System..::.Int32
groupId
Type: System..::.Int32
appId
Type: System..::.Int32
secondaryId
Type: System..::.Int32
ruleGroupId
Type: System..::.String

Return Value

returns a System.Data.DataTable with ruleId and ruleGroupId

See Also