IProjectServiceGetProjectTempFolderId Method |
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxGuid GetProjectTempFolderId(
Guid projectId
)
Function GetProjectTempFolderId (
projectId As Guid
) As Guid
Guid GetProjectTempFolderId(
Guid projectId
)
abstract GetProjectTempFolderId :
projectId : Guid -> Guid
Parameters
- projectId
- Type: SystemGuid
The ID of the project.
Return Value
Type:
GuidThe ID of the specified project's temporary folder.
Exceptions| Exception | Condition |
|---|
| ArgumentException | projectId is Empty. |
| NotFoundException | The project with the specified ID does not exist. |
| NoPrivilegeException | The caller is associated with a tenant, but the project is associated with a different tenant. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also