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

Adds an item to the collection

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

Syntax

C#
public int Add(
	int userId
)
Visual Basic (Declaration)
Public Function Add ( _
	userId As Integer _
) As Integer
Visual C++
public:
int Add(
	int userId
)

Parameters

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

See Also