Click or drag to resize

IQueuedTeamDataGetQueuedUsersForTeam Method

[Missing <summary> documentation for "M:KeeperSecurity.Enterprise.IQueuedTeamData.GetQueuedUsersForTeam(System.String)"]


Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
IEnumerable<long> GetQueuedUsersForTeam(
	string teamUid
)

Parameters

teamUid  String

[Missing <param name="teamUid"/> documentation for "M:KeeperSecurity.Enterprise.IQueuedTeamData.GetQueuedUsersForTeam(System.String)"]

Return Value

IEnumerableInt64

[Missing <returns> documentation for "M:KeeperSecurity.Enterprise.IQueuedTeamData.GetQueuedUsersForTeam(System.String)"]

See Also