IProjectServiceGetProjectTempFolderId Method

Gets the ID of the ProjectTempRootFolder for the specified project.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Guid GetProjectTempFolderId(
	Guid projectId
)

Parameters

projectId
Type: SystemGuid
The ID of the project.

Return Value

Type: Guid
The ID of the specified project's temporary folder.
Exceptions
ExceptionCondition
ArgumentExceptionprojectId is Empty.
NotFoundExceptionThe project with the specified ID does not exist.
NoPrivilegeExceptionThe caller is associated with a tenant, but the project is associated with a different tenant.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also