[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 GroupContent(
	OCServiceType serviceType,
	string displayName,
	int id,
	string sid
)
Visual Basic (Declaration)
Public Sub New ( _
	serviceType As OCServiceType, _
	displayName As String, _
	id As Integer, _
	sid As String _
)
Visual C++
public:
GroupContent(
	OCServiceType serviceType, 
	String^ displayName, 
	int id, 
	String^ sid
)

Parameters

serviceType
Type: OfficeClip.Utils..::.OCServiceType
The service type
displayName
Type: System..::.String
The display name
id
Type: System..::.Int32
The unique id
sid
Type: System..::.String
The service id of the object

See Also