IProjectServiceCreateUserProject Method

Creates the user project for the specified account, if it doesn't already exist.

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

Parameters

accountId
Type: SystemGuid
The ID of the account.

Return Value

Type: Guid
The ID of the user project.
Exceptions
ExceptionCondition
ArgumentExceptionaccountId is Empty.
NotFoundExceptionThe account with the specified ID does not exist.
InvalidOperationExceptionThe specified ID corresponds to a Windows Group account.
NoPrivilegeExceptionThe caller is not a system or tenant administrator.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also