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

Gets all the users from the OfficeClip System.

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

Syntax

C#
public List<UserInfo> GetAllUsers(
	bool isExternal,
	bool isActive
)
Visual Basic (Declaration)
Public Function GetAllUsers ( _
	isExternal As Boolean, _
	isActive As Boolean _
) As List(Of UserInfo)
Visual C++
public:
List<UserInfo^>^ GetAllUsers(
	bool isExternal, 
	bool isActive
)

Parameters

isExternal
Type: System..::.Boolean
true if the user is an extranet user
isActive
Type: System..::.Boolean
Is active users required to be returned

Return Value

An array of userinfo object

See Also