public final class ProjectOnlineReader extends Object
The class which provides the methods to retrieve projects from the specified Project Online account.
Constructor and Description |
---|
ProjectOnlineReader(ProjectServerCredentials credentials)
Initializes a new instance of the
ProjectOnlineReader class. |
Modifier and Type | Method and Description |
---|---|
Project |
getProject(UUID projectGuid)
Gets the project with the specified GUID from the Project Online.
|
Iterable<ProjectInfo> |
getProjectList()
Gets the list of published projects in the current Project Online account.
|
public ProjectOnlineReader(ProjectServerCredentials credentials)
Initializes a new instance of the ProjectOnlineReader
class.
credentials
- Credentials used to connect to Project Online account.public final Project getProject(UUID projectGuid)
Gets the project with the specified GUID from the Project Online.
projectGuid
- The Guid of the project to read.Project
class which represents project read from Project Online.public final Iterable<ProjectInfo> getProjectList()
Gets the list of published projects in the current Project Online account.
IEnumerable{T}
of ProjectInfo
of the published projects in the current Project Online
account.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.