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)
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
See Also