IAccountServiceConvertWindowsAccountToExternalAccount Method  | 
 Converts a Windows user/group account to an external user/group account.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid ConvertWindowsAccountToExternalAccount(
	Guid accountId
)
Sub ConvertWindowsAccountToExternalAccount ( 
	accountId As Guid
)
void ConvertWindowsAccountToExternalAccount(
	Guid accountId
)
abstract ConvertWindowsAccountToExternalAccount : 
        accountId : Guid -> unit 
Parameters
- accountId
 - Type: SystemGuid
 
Exceptions
See Also