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

Gets all the notices for a group

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataTable GetAllNotices(
	int groupId
)
Visual Basic (Declaration)
Public Function GetAllNotices ( _
	groupId As Integer _
) As DataTable
Visual C++
public:
DataTable^ GetAllNotices(
	int groupId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group

Return Value

See Also