DeletedPublishedAssignment class

inherits members from ClientObject

Represents an published assignment that has been deleted from the draft project and the project has been published.

Syntax

CSOM

class DeletedPublishedAssignment 

JSOM

PS.DeletedPublishedAssignment

REST Interface

Supported.

Endpoint returns a collection of published assignments. No way to query for specific assignments or projects.

PS.DeletedPublishedAssignment

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/GetDeletedPublishedAssignments('datetime')

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

[!div class="mx-tdBreakAll"] |Name|.NET|JSOM|REST|Type|Description| |:-----|:-----:|:-----:|:-----:|:-----|:-----| |DeletedDate|✓|✓|✓|DateTime|When the assignment was deleted.| |Id|✓|✓|✓|Guid|The Id of the assignment.| |ProjectId|✓|✓|✓|Guid|The Id of the project the assignment was from.|

See Also

DeletedPublishedAssignmentCollection
ProjectContext