IProjectServiceGetUserProjectForCaller Method

Gets the UserProject associated with the caller.

Namespace: Dundas.BI.FileSystem
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
UserProject? GetUserProjectForCaller(
	GetEntryOptions options
)

Parameters

options  GetEntryOptions
Options affecting the behavior of the operation.

Return Value

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