[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 RulesInfo(
	int userid,
	int groupId,
	int appId,
	string ruleGroupId,
	int secondaryId
)
Visual Basic (Declaration)
Public Sub New ( _
	userid As Integer, _
	groupId As Integer, _
	appId As Integer, _
	ruleGroupId As String, _
	secondaryId As Integer _
)
Visual C++
public:
RulesInfo(
	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