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

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

Syntax

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

Parameters

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

See Also