IProjectServiceGetProjectTempFolderId Method |
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxGuid GetProjectTempFolderId(
Guid projectId
)
Function GetProjectTempFolderId (
projectId As Guid
) As Guid
Guid GetProjectTempFolderId(
Guid projectId
)
abstract GetProjectTempFolderId :
projectId : Guid -> Guid Parameters
- projectId Guid
- The ID of the project.
Return Value
GuidThe ID of the specified project's temporary folder.
Exceptions
See Also