Get the contacts community subscription list.

Namespace: Asi.iBO.CommunityManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public DataSet GetSubscriptions(
	Guid groupRoleKey,
	Guid groupTypeKey,
	Guid contactKey
)
Visual Basic
Public Function GetSubscriptions ( _
	groupRoleKey As Guid, _
	groupTypeKey As Guid, _
	contactKey As Guid _
) As DataSet
Visual C++
public:
DataSet^ GetSubscriptions(
	Guid groupRoleKey, 
	Guid groupTypeKey, 
	Guid contactKey
)

Parameters

groupRoleKey
Type: System..::..Guid
The GroupRoleKey. The value can not be null.
groupTypeKey
Type: System..::..Guid
The GroupTypeKey. The value can not be null.
contactKey
Type: System..::..Guid
The ContactKey of the contact. The value can not be null.

Return Value

A Dataset containing the results of the SQL

See Also