DeletedPublishedAssignmentCollection class

inherits members from ClientObjectCollection

Retrieves the published assignments that have been deleted from the draft project and the project has been published.

Syntax

CSOM

class DeletedPublishedAssignmentCollection 

JSOM

PS.DeletedPublishedAssignmentCollection

REST Interface

Supported.

PS.DeletedPublishedAssignmentCollection

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

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
[Integer] DeletedPublishedAssignment Gets a DeletedPublishedAssignment from the collection at the specified index.
Item DeletedPublishedAssignment Gets a DeletedPublishedAssignment from the collection at the specified index.

See Also

DeletedPublishedAssignment
ProjectContext