Open this page in the API Guide

IProjectService.GetUserProject Method

Gets the UserProject based on provided account ID and tenant ID.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
UserProject? GetUserProject(
	Guid accountId,
	Guid? tenantId,
	GetEntryOptions options
)

Parameters

accountId
Type: System.Guid
The ID of the account associated with the user project.
tenantId
Type: System.Nullable<Guid>
The ID of the tenant associated with the user project.
options
Type: Dundas.BI.FileSystem.GetEntryOptions
Options affecting the behavior of the operation.

Return Value

Type: UserProject
The UserProject associated with the caller, or null if it does not exist.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also