IProjectServiceDeleteUserProject Method

Deletes the user project associated with the specified account, if it exists.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
bool DeleteUserProject(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The ID of the account whose user project should be deleted.

Return Value

Type: Boolean
if the user project existed before this method was called; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionaccountId is Empty.
NoPrivilegeExceptionThe caller is not a system or tenant administrator for the tenant associated with the account.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also