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 (26.2.0.1000)
Syntax
Guid GetProjectTempFolderId(
	Guid projectId
)

Parameters

projectId  Guid
The ID of the project.

Return Value

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