You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: api/tasks_api.go
+4-4
Original file line number
Diff line number
Diff line change
@@ -3147,7 +3147,7 @@ TasksApiService Imports project from Project Online and saves it to specified fi
3147
3147
* @param "Format" (optional.String) - Format of the resulting file.
3148
3148
* @param "Folder" (optional.String) - The document folder.
3149
3149
* @param "Storage" (optional.String) - The document storage.
3150
-
* @param "XProjectOnlineToken" (optional.String) - Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
3150
+
* @param "XProjectOnlineToken" (optional.String) - Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
3151
3151
* @param "XSharepointPassword" (optional.String) - The password for the SharePoint site.
3152
3152
3153
3153
@return models.AsposeResponse
@@ -4158,7 +4158,7 @@ TasksApiService Creates new project in Project Server\\Project Online instance.
4158
4158
* @param "SaveOptions" (optional.Interface of ProjectServerSaveOptionsDto) - Dispensable save options for Project Server\\Project Online.
4159
4159
* @param "Folder" (optional.String) - The document folder.
4160
4160
* @param "Storage" (optional.String) - The document storage.
4161
-
* @param "XProjectOnlineToken" (optional.String) - Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
4161
+
* @param "XProjectOnlineToken" (optional.String) - Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
4162
4162
* @param "XSharepointPassword" (optional.String) - The password for the SharePoint site.
4163
4163
4164
4164
@return models.AsposeResponse
@@ -4258,7 +4258,7 @@ TasksApiService Gets the list of published projects in the current Project Onlin
* @param "SiteUrl" (string) - The URL of PWA (Project Web Access) API of Project Online.
4260
4260
* @param "UserName" (optional.String) - The user name for the sharepoint site.
4261
-
* @param "XProjectOnlineToken" (optional.String) - Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
4261
+
* @param "XProjectOnlineToken" (optional.String) - Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
4262
4262
* @param "XSharepointPassword" (optional.String) - The password for the SharePoint site.
* @param "SaveOptions" (optional.Interface of ProjectServerSaveOptionsDto) - Dispensable save options for Project Server\\Project Online.
4347
4347
* @param "Folder" (optional.String) - The document folder.
4348
4348
* @param "Storage" (optional.String) - The document storage.
4349
-
* @param "XProjectOnlineToken" (optional.String) - Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
4349
+
* @param "XProjectOnlineToken" (optional.String) - Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
4350
4350
* @param "XSharepointPassword" (optional.String) - The password for the SharePoint site.
Copy file name to clipboardexpand all lines: docs/Task.md
+1
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Name | Type | Description | Notes
44
44
**FixedCostAccrual** | [***CostAccrualType**](CostAccrualType.md) | Determines how the fixed cost is accrued against a task. | [default to null]
45
45
**FreeSlack** | **int32** | The amount of a free slack. | [default to null]
46
46
**Guid** | **string** | | [optional][default to null]
47
+
**HasOverallocatedResource** | **bool** | Indicates whether the task has an resource assigned which has more work on assigned tasks than can be completed within normal working capacity. | [default to null]
47
48
**HideBar** | **bool** | Determines whether the GANTT bar of a task is hidden when displayed in Microsoft Project. | [default to null]
48
49
**IgnoreResourceCalendar** | **bool** | Determines whether a task ignores the resource calendar. | [default to null]
49
50
**LateFinish** | [**time.Time**](time.Time.md) | The late finish date of a task. | [default to null]
Copy file name to clipboardexpand all lines: docs/TasksApi.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1338,7 +1338,7 @@ Name | Type | Description | Notes
1338
1338
**format** | **optional.String**| Format of the resulting file. |
1339
1339
**folder** | **optional.String**| The document folder. |
1340
1340
**storage** | **optional.String**| The document storage. |
1341
-
**xProjectOnlineToken** | **optional.String**| Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly |
1341
+
**xProjectOnlineToken** | **optional.String**| Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly |
1342
1342
**xSharepointPassword** | **optional.String**| The password for the SharePoint site. |
1343
1343
1344
1344
### Return type
@@ -1739,7 +1739,7 @@ Name | Type | Description | Notes
1739
1739
**saveOptions** | [**optional.Interface of ProjectServerSaveOptionsDto**](ProjectServerSaveOptionsDto.md)| Dispensable save options for Project Server\\Project Online. |
1740
1740
**folder** | **optional.String**| The document folder. |
1741
1741
**storage** | **optional.String**| The document storage. |
1742
-
**xProjectOnlineToken** | **optional.String**| Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly |
1742
+
**xProjectOnlineToken** | **optional.String**| Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly |
1743
1743
**xSharepointPassword** | **optional.String**| The password for the SharePoint site. |
1744
1744
1745
1745
### Return type
@@ -1771,7 +1771,7 @@ Name | Type | Description | Notes
**userName** | **optional.String**| The user name for the sharepoint site. |
1774
-
**xProjectOnlineToken** | **optional.String**| Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly |
1774
+
**xProjectOnlineToken** | **optional.String**| Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly |
1775
1775
**xSharepointPassword** | **optional.String**| The password for the SharePoint site. |
1776
1776
1777
1777
### Return type
@@ -1808,7 +1808,7 @@ Name | Type | Description | Notes
1808
1808
**saveOptions** | [**optional.Interface of ProjectServerSaveOptionsDto**](ProjectServerSaveOptionsDto.md)| Dispensable save options for Project Server\\Project Online. |
1809
1809
**folder** | **optional.String**| The document folder. |
1810
1810
**storage** | **optional.String**| The document storage. |
1811
-
**xProjectOnlineToken** | **optional.String**| Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly |
1811
+
**xProjectOnlineToken** | **optional.String**| Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly |
1812
1812
**xSharepointPassword** | **optional.String**| The password for the SharePoint site. |
0 commit comments