[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 OCSystem(
	int userId,
	SystemContent[] systemContents
)
Visual Basic (Declaration)
Public Sub New ( _
	userId As Integer, _
	systemContents As SystemContent() _
)
Visual C++
public:
OCSystem(
	int userId, 
	array<SystemContent^>^ systemContents
)

Parameters

userId
Type: System..::.Int32
The unique id of the user
systemContents
Type: array<OfficeClip.BusinessLayer.Service..::.SystemContent>[]()[]
The array of system content objects

See Also