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