Open this page in the API Guide

IAccountService.ConvertAllWindowsAccountsToLocalAccounts Method

Converts all Windows user/group accounts to the local user/group accounts.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
OperationResult ConvertAllWindowsAccountsToLocalAccounts()

Return Value

Type: OperationResult
Exceptions
ExceptionCondition
NotSupportedExceptionThe accounts provider is not the default accounts provider.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also