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

Adds an item to the collection

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

Syntax

C#
public ApplicationLinks Add(
	string applicationName
)
Visual Basic (Declaration)
Public Function Add ( _
	applicationName As String _
) As ApplicationLinks
Visual C++
public:
ApplicationLinks^ Add(
	String^ applicationName
)

Parameters

applicationName
Type: System..::.String
the name of the application

Return Value

See Also