IProjectServiceGetUserProjectForCaller Method |
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxUserProject? GetUserProjectForCaller(
GetEntryOptions options
)
Function GetUserProjectForCaller (
options As GetEntryOptions
) As UserProject
UserProject^ GetUserProjectForCaller(
GetEntryOptions options
)
abstract GetUserProjectForCaller :
options : GetEntryOptions -> UserProject Parameters
- options GetEntryOptions
- Options affecting the behavior of the operation.
Return Value
UserProjectThe
UserProject associated with the caller, or
if it does not exist.
Exceptions
See Also