IProjectService Interface |
Namespace: Dundas.BI.FileSystem
The IProjectService type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopyIntoProject | Copies the contents of a project into another project. |
![]() | CreateProject(String) |
Create a project with the specified name.
|
![]() | CreateProject(String, NullableGuid) |
Create a project with the specified name.
|
![]() | DeleteProject | Deletes the project with the specified ID. |
![]() | DuplicateProject(DuplicateProjectOptions) | Duplicates the specified project. |
![]() | DuplicateProject(Guid, Guid) | Obsolete. Copies the contents of a project into another project. |
![]() | DuplicateProject(Guid, String) | Duplicates the specified project. |
![]() | DuplicateProject(Guid, String, NullableGuid) | Duplicates the specified project. |
![]() | DuplicateProject(Guid, String, NullableGuid, Boolean) | Duplicates the specified project. |
![]() | Get(Guid) | Gets the project with the specified ID. |
![]() | Get(Guid, GetEntryOptions) | Gets the project with the specified ID. |
![]() | GetAllProjects | Gets a list of all projects in the application which are visible to the caller. |
![]() | GetAllProjects(GetEntryOptions) | Gets a list of all projects in the application which are visible to the caller. |
![]() | GetProjectPublishHistoryInfos | Gets the project publish history information objects. |
![]() | GetProjectTempFolderId |
Gets the ID of the ProjectTempRootFolder for the specified project.
|
![]() | GetPublishTargets | Gets the latest publish target project IDs of the specified source project IDs. |
![]() | GetPublishTargetsWithHistory | Gets all the publish target project IDs of the specified source entry IDs. |
![]() | GetTenantProjectsFolderForCaller |
Gets the Tenant Projects folder associated with the caller's tenant.
|
![]() | GetUserProject |
Gets the UserProject based on provided account ID and tenant ID.
|
![]() | GetUserProjectForCaller |
Gets the UserProject associated with the caller.
|
![]() | PublishItems | Publish the selected items to a target project. |
![]() | PublishProjects | Publish the contents of source projects to target projects. |
![]() | SetDefaultTimeDimension | Sets the default time dimension to use for a project. |