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

Gets list of ItemInfo to be used by AdminStart to display current list of items.

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

Syntax

C#
public List<ItemInfo> GetExtranetItemsList(
	int groupId,
	int userId
)
Visual Basic (Declaration)
Public Function GetExtranetItemsList ( _
	groupId As Integer, _
	userId As Integer _
) As List(Of ItemInfo)
Visual C++
public:
List<ItemInfo^>^ GetExtranetItemsList(
	int groupId, 
	int userId
)

Parameters

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

Return Value

See Also