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)
Syntaxbool DeleteUserProject(
Guid accountId
)
Function DeleteUserProject (
accountId As Guid
) As Boolean
bool DeleteUserProject(
Guid accountId
)
abstract DeleteUserProject :
accountId : Guid -> bool
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
See Also