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

Constructor

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

Syntax

C#
public SystemContent(
	int groupId,
	string groupName,
	GroupContent[] groupContents
)
Visual Basic (Declaration)
Public Sub New ( _
	groupId As Integer, _
	groupName As String, _
	groupContents As GroupContent() _
)
Visual C++
public:
SystemContent(
	int groupId, 
	String^ groupName, 
	array<GroupContent^>^ groupContents
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
groupName
Type: System..::.String
the name of the group
groupContents
Type: array<OfficeClip.BusinessLayer.Service..::.GroupContent>[]()[]
The array of group contents

See Also