StatusAssignmentHistoryLineCollection class
inherits members from ClientObjectCollection
Represents information about assignment history.
Syntax
CSOM
class StatusAssignmentHistoryLineCollection
JSOM
PS.StatusAssignmentHistoryLineCollection
REST Interface
Supported.
PS.StatusAssignmentHistoryLineCollection
http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EnterpriseResources('{resourceid}')/Assignments/History
Members
✓ - Read Support ✓ʷ - Write Support
Properties
Name | .NET | JSOM | REST | Type | Description |
---|---|---|---|---|---|
[Integer] | ✓ | StatusAssignmentHistoryLine | Gets a StatusAssignmentHistoryLine from the collection at the specified index. | ||
Item | ✓ | StatusAssignmentHistoryLine | Gets a StatusAssignmentHistoryLine from the collection at the specified index. |
Methods
Name | .NET | JSOM | REST | Return Type | Description |
---|---|---|---|---|---|
GetById(String objectId) | ✓ | ✓ | ✓ | StatusAssignmentHistoryLine | Gets a StatusAssignmentHistoryLine from the collection with the Id value. |
#### Method Details #### GetById(String objectId)
Gets a StatusAssignmentHistoryLine from the collection with the Id value.
Syntax
StatusAssignmentHistoryLine GetById(String objectId)
Parameters
Name | Type | Description |
---|---|---|
objectId | String | The id of the StatusAssignmentHistoryLine. |