IProjectServiceGet Method (Guid, GetEntryOptions) | 
 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 (25.3.0.1000)
SyntaxProject Get(
	Guid id,
	GetEntryOptions options
)
Function Get ( 
	id As Guid,
	options As GetEntryOptions
) As Project
Project^ Get(
	Guid id, 
	GetEntryOptions options
)
abstract Get : 
        id : Guid * 
        options : GetEntryOptions -> Project 
Parameters
- id
 - Type: SystemGuid
The ID of the project to get. - options
 - Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting the behavior of the operation. 
Return Value
Type: 
ProjectAn object representing the requested project.
Exceptions
See Also