IActiveDirectoryManager.GetCurrentUserNTGroups (Boolean) Method
Gets a list of NT group names the current user belongs to.
The list can be retrieved from the local storage if it is inaccessible from the domain.
Function GetCurrentUserNTGroups( _
ByVal useOfflineListIfNeeded As Boolean _
) As List(Of String)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
useOfflineListIfNeeded
-
bool
Indicates whether the offline local storage should be used for retrieving the groups,
if a domain is(was) not accessible. If set to true, then the local storage will be searched.
Return Value
List<
string>
A list of NT group names the current user belongs to.
Available since QDV 7.14.499.
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2