Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates settings that are available for content deployment notifications.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ContentDeploymentNotificationSettings
'Usage
Dim instance As ContentDeploymentNotificationSettings
[FlagsAttribute]
public enum ContentDeploymentNotificationSettings
Members
Member name | Description | |
---|---|---|
None | Specifies that e-mail notifications should not be sent when a job succeeds or fails. | |
SendEmailOnFailure | Specifies that an e-mail notification should be sent if a content deployment job fails. | |
SendEmailOnSuccess | Specifies that an e-mail notification should be sent if a content deployment job succeeds. | |
SendEmailOnAlways |