Used to get approved connections

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IEnumerable<IConnection> GetApprovedConnections()
Visual Basic
Function GetApprovedConnections As IEnumerable(Of IConnection)
Visual C++
IEnumerable<IConnection^>^ GetApprovedConnections()

Return Value

all users that have approved connections with current user

See Also