Class ServerProjectNotificationSettings
Encapsulates the email notification settings of the server project. All fields are optional, only the values set will be considered during project creation and updating. Null value means no change.
Inheritance
Syntax
public class ServerProjectNotificationSettings
Fields
AllChaotsourcingUserDeliver
All GroupSourcing users have delivered the document.
Declaration
public bool? AllChaotsourcingUserDeliver
Type
System.Nullable<System.Boolean>AttachDistributionFile
Indicates whether to attach distribution file to the email notifications.
Declaration
public bool? AttachDistributionFile
Type
System.Nullable<System.Boolean>AutomatedActionFailed
Automated action failed.
Declaration
public bool? AutomatedActionFailed
Type
System.Nullable<System.Boolean>BiddingCancelled
FirstAccept cancelled.
Declaration
public bool? BiddingCancelled
Type
System.Nullable<System.Boolean>BiddingDistribution
Project distributed with FirstAccept documents.
Declaration
public bool? BiddingDistribution
Type
System.Nullable<System.Boolean>BiddingExpired
FirstAccept deadline expired.
Declaration
public bool? BiddingExpired
Type
System.Nullable<System.Boolean>BiddingExpiredPM
FirstAccept deadline expired (to project manager).
Declaration
public bool? BiddingExpiredPM
Type
System.Nullable<System.Boolean>BiddingFailed
No user accepted FirstAccept document.
Declaration
public bool? BiddingFailed
Type
System.Nullable<System.Boolean>BiddingLost
FirstAccept document taken by other user.
Declaration
public bool? BiddingLost
Type
System.Nullable<System.Boolean>BiddingUserAssignedTo
User can claim document in FirstAccept.
Declaration
public bool? BiddingUserAssignedTo
Type
System.Nullable<System.Boolean>BiddingUserTakenFrom
User can no longer claim document in FirstAccept.
Declaration
public bool? BiddingUserTakenFrom
Type
System.Nullable<System.Boolean>BiddingWon
User received FirstAccept document.
Declaration
public bool? BiddingWon
Type
System.Nullable<System.Boolean>ChaotsourcingDistribution
Project distributed with GroupSourcing documents.
Declaration
public bool? ChaotsourcingDistribution
Type
System.Nullable<System.Boolean>ChaotsourcingUserAssignedTo
Document assigned to GroupSourcing user.
Declaration
public bool? ChaotsourcingUserAssignedTo
Type
System.Nullable<System.Boolean>ChaotsourcingUserDeliver
GroupSourcing user delivered document.
Declaration
public bool? ChaotsourcingUserDeliver
Type
System.Nullable<System.Boolean>ChaotsourcingUserTakenFrom
Document no longer assigned to GroupSourcing user.
Declaration
public bool? ChaotsourcingUserTakenFrom
Type
System.Nullable<System.Boolean>ChaotsourcingWorkflowStatusChanged
GroupSourcing document enters new workflow phase.
Declaration
public bool? ChaotsourcingWorkflowStatusChanged
Type
System.Nullable<System.Boolean>ChaotsourcingWorkReturn
GroupSourcing document returned to previous actor.
Declaration
public bool? ChaotsourcingWorkReturn
Type
System.Nullable<System.Boolean>CPConnectionDeleted
Connection deleted in the content provider service.
Declaration
public bool? CPConnectionDeleted
Type
System.Nullable<System.Boolean>CPContentModified
Content updated in source-connected project.
Declaration
public bool? CPContentModified
Type
System.Nullable<System.Boolean>CPContentSentBack
Translated content returned to content source.
Declaration
public bool? CPContentSentBack
Type
System.Nullable<System.Boolean>CPDocumentsReimported
Documents reimported from content source.
Declaration
public bool? CPDocumentsReimported
Type
System.Nullable<System.Boolean>CPFailedAutoAssign
Auto-assign failed.
Declaration
public bool? CPFailedAutoAssign
Type
System.Nullable<System.Boolean>CPPollingFailed
Failed to poll content provider service.
Declaration
public bool? CPPollingFailed
Type
System.Nullable<System.Boolean>CPProgressReport
Content provider progress report.
Declaration
public bool? CPProgressReport
Type
System.Nullable<System.Boolean>CPSkippedUncompletedDocsFromReimport
Unfinished documents NOT reimported.
Declaration
public bool? CPSkippedUncompletedDocsFromReimport
Type
System.Nullable<System.Boolean>DeadlineChanged
Document deadline changed.
Declaration
public bool? DeadlineChanged
Type
System.Nullable<System.Boolean>DiscussionTopicChanged
Discussion topic changed.
Declaration
public bool? DiscussionTopicChanged
Type
System.Nullable<System.Boolean>Distribution
Project distributed.
Declaration
public bool? Distribution
Type
System.Nullable<System.Boolean>DistributionInPackageProject
Project distributed (package creation allowed).
Declaration
public bool? DistributionInPackageProject
Type
System.Nullable<System.Boolean>EmailNotificationsDisabled
Project distributed.
Declaration
public bool? EmailNotificationsDisabled
Type
System.Nullable<System.Boolean>KeepPMsOnCC
Keep project managers on CC.
Declaration
public bool? KeepPMsOnCC
Type
System.Nullable<System.Boolean>MissedDeadline
Missed deadline.
Declaration
public bool? MissedDeadline
Type
System.Nullable<System.Boolean>PackageContentChanged
Update package available.
Declaration
public bool? PackageContentChanged
Type
System.Nullable<System.Boolean>PMDocumentStatusChange
All segments in document become translator confirmed or reviewer 2 confirmed.
Declaration
public bool? PMDocumentStatusChange
Type
System.Nullable<System.Boolean>PMProjectStatusChange
All segments in project become translator confirmed or reviewer 2 confirmed.
Declaration
public bool? PMProjectStatusChange
Type
System.Nullable<System.Boolean>SubVendorGroupDistribution
Project distributed with subvendor group assignments.
Declaration
public bool? SubVendorGroupDistribution
Type
System.Nullable<System.Boolean>SVDeadlineChanged
Document deadline changed for subvendor group.
Declaration
public bool? SVDeadlineChanged
Type
System.Nullable<System.Boolean>SVGroupAssignedTo
Document assigned to subvendor group.
Declaration
public bool? SVGroupAssignedTo
Type
System.Nullable<System.Boolean>SVGroupTakenFrom
Document no longer assigned to subvendor group.
Declaration
public bool? SVGroupTakenFrom
Type
System.Nullable<System.Boolean>UpcomingDeadline
Upcoming deadline in the next 24 hours.
Declaration
public bool? UpcomingDeadline
Type
System.Nullable<System.Boolean>UserAssignedTo
Document assigned to user.
Declaration
public bool? UserAssignedTo
Type
System.Nullable<System.Boolean>UserAssignedToInPackageProject
Document assigned to user (package creation allowed).
Declaration
public bool? UserAssignedToInPackageProject
Type
System.Nullable<System.Boolean>UserTakenFrom
Document no longer assigned to user.
Declaration
public bool? UserTakenFrom
Type
System.Nullable<System.Boolean>WorkflowStatusChanged
Document enters new workflow phase.
Declaration
public bool? WorkflowStatusChanged
Type
System.Nullable<System.Boolean>WorkForward
Document forwarded to next person.
Declaration
public bool? WorkForward
Type
System.Nullable<System.Boolean>WorkReturn
Document returned to previous actor.
Declaration
public bool? WorkReturn