IProjectServiceGet Method (Guid)

Gets the project with the specified ID.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Project Get(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of the project to get.

Return Value

Type: Project
An object representing the requested project, with only top-level folders populated.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
NotFoundExceptionThe project with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have read privileges on the project.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also