IProjectServiceGet(Guid, GetEntryOptions) Method |
Gets the project with the specified ID.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The ID of the project to get.
- options GetEntryOptions
- Options affecting the behavior of the operation.
Return Value
ProjectAn object representing the requested project.
Exceptions
See Also