ITokenServicePromoteToGlobal Method

Promotes existing project or account token to global.

Namespace:  Dundas.BI.Data.Parameters.Tokens
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void PromoteToGlobal(
	Guid tokenId
)

Parameters

tokenId
Type: SystemGuid
The token identifier.
Exceptions
ExceptionCondition
ArgumentExceptiontokenId is Empty.
NotFoundExceptionThe token referenced by tokenId cannot be found.
InvalidOperationExceptionThe token referenced by tokenId is already global.
NoPrivilegeException

The caller does not have permission to update the token.

-or-

The caller does not have permission to update the token for the token tenant.

InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also