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 (9.0.0.1000)
SyntaxGuid CreateUserProject(
Guid accountId
)
Function CreateUserProject (
accountId As Guid
) As Guid
Guid CreateUserProject(
Guid accountId
)
abstract CreateUserProject :
accountId : Guid -> Guid
Parameters
- accountId
- Type: SystemGuid
The ID of the account.
Return Value
Type:
GuidThe ID of the user project.
Exceptions| Exception | Condition |
|---|
| ArgumentException | accountId is Empty. |
| NotFoundException | The account with the specified ID does not exist. |
| InvalidOperationException | The specified ID corresponds to a Windows Group account. |
| NoPrivilegeException | The caller is not a system or tenant administrator. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also