Get a list of users who have granted permission for this application to locate them, returning only part of the list.

Namespace:  Veriplace.Client
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public virtual IList<User> GetPermittedUsers(
	int first,
	int max
)
Visual Basic (Declaration)
Public Overridable Function GetPermittedUsers ( _
	first As Integer, _
	max As Integer _
) As IList(Of User)
Visual C++
public:
virtual IList<User^>^ GetPermittedUsers(
	int first, 
	int max
)

Parameters

first
Type: System..::.Int32
the index of the first result, starting with zero
max
Type: System..::.Int32
the maximum number of results

Return Value

[Missing <returns> documentation for "M:Veriplace.Client.GetLocationAPI.GetPermittedUsers(System.Int32,System.Int32)"]

Exceptions

ExceptionCondition
Veriplace.Client..::.UserDiscoveryNotPermittedExceptionif the server refused the get permissions request
Veriplace.Client..::.UnexpectedExceptionif there was an unexpected I/O error or OAuth error

See Also