IProjectServiceGetUserProject 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 (24.3.0.1000)
Syntax UserProject? GetUserProject(
Guid accountId,
Guid? tenantId,
GetEntryOptions options
)
Function GetUserProject (
accountId As Guid,
tenantId As Guid?,
options As GetEntryOptions
) As UserProject
UserProject^ GetUserProject(
Guid accountId,
Nullable<Guid> tenantId,
GetEntryOptions options
)
abstract GetUserProject :
accountId : Guid *
tenantId : Nullable<Guid> *
options : GetEntryOptions -> UserProject
Parameters
- accountId
- Type: SystemGuid
The ID of the account associated with the user project. - tenantId
- Type: SystemNullableGuid
The ID of the tenant associated with the user project. - options
- Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting the behavior of the operation.
Return Value
Type:
UserProjectThe
UserProject associated with the caller, or
if it does not exist.
Exceptions See Also