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

Constructor to create an instance from the database

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

Syntax

C#
public OCRole Populate(
	int groupId,
	int roleId
)
Visual Basic (Declaration)
Public Function Populate ( _
	groupId As Integer, _
	roleId As Integer _
) As OCRole
Visual C++
public:
OCRole^ Populate(
	int groupId, 
	int roleId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
roleId
Type: System..::.Int32
the unique id of the role

See Also