QDVAPIFunctions.GetCurrentUserNTGroups Method

Gets a list of NT group names the current user belongs to.
public List<string> GetCurrentUserNTGroups()
This language is not supported or no code example is available.

Return Value

List<string>

A sorted list of NT group names the current user belongs to.

Exception type Condition

QdvApiException

Domain context and domain are not accessible.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition