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

Constructor to load the values of the object

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

Syntax

C#
public OCRole(
	RoleInfo roleInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	roleInfo As RoleInfo _
)
Visual C++
public:
OCRole(
	RoleInfo^ roleInfo
)

Parameters

roleInfo
Type: OfficeClip.BusinessLayer.Security..::.RoleInfo
The role info

See Also