ProjectServer members
Used internally by client-side code. To initialize the client context for development with the Project Server CSOM, use ProjectContext.
The ProjectServer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectServer(ClientRuntimeContext) | Initializes a ProjectServer object by using the SharePoint client run-time context. | |
ProjectServer(ClientRuntimeContext, ObjectPath) | Initializes a ProjectServer object by using the SharePoint client run-time context and the Project Web App path. |
Top
Properties
Name | Description | |
---|---|---|
Calendars | Get the collection of calendars for the project server instance. | |
Context | (Inherited from ClientObject.) | |
CustomFields | Gets the collection of enterprise custom field definitions in the Project Web App instance. | |
EnterpriseProjectTypes | Gets the collection of enterprise project types (EPTs) in the Project Web App instance. | |
EnterpriseResources | Gets the collection of enterprise resources in a Project Web App instance. | |
EntityTypes | Gets the types of Project Server entities that are exposed through the CSOM. | |
EventHandlers | Gets the collection of event handlers that are defined in a Project Web App instance. | |
Events | Gets the collection of event objects in a Project Web App instance. | |
IsDelegate | Gets a value that indicates whether the current user has started a delegation session in PWA. | |
IsReadOnly | Gets a value that indicates whether the Project Server database is in read-only mode. | |
LookupTables | Gets the collection of lookup table definitions in the Project Web App instance. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
Path | (Inherited from ClientObject.) | |
Phases | Gets the collection of Project Server workflow phases in the Project Web App instance. | |
ProjectDetailPages | Gets a collection of project detail pages. | |
Projects | Gets the collection of projects in the Project Web App instance. | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
Stages | Gets the collection of Project Server workflow stages in a Project Web App instance. | |
Tag | (Inherited from ClientObject.) | |
TimeSheetPeriods | Gets the time sheets in a Project Server instance. | |
TypedObject | (Inherited from ClientObject.) | |
WorkflowActivities | Gets the methods that Project Server workflows can call at run time. | |
WorkflowDesigner | Gets a workflow designer that developers can call at design time. |
Top
Methods
Top