summaryM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.SendWorkflowNotification(System.Boolean,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.Collections.Generic.IEnumerable{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Users.UserInfo},System.String,System.String,System.String,System.Int32)

Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Deprecated in Platform 7.4.0.")]
void SendWorkflowNotification(
	bool sendEmail,
	bool sendMessage,
	PortalSettings settings,
	IEnumerable<RoleInfo> roles,
	IEnumerable<UserInfo> users,
	string subject,
	string body,
	string comment,
	int userID
)
Visual Basic
<ObsoleteAttribute("Deprecated in Platform 7.4.0.")> 
Sub SendWorkflowNotification ( 
	sendEmail As Boolean,
	sendMessage As Boolean,
	settings As PortalSettings,
	roles As IEnumerable(Of RoleInfo),
	users As IEnumerable(Of UserInfo),
	subject As String,
	body As String,
	comment As String,
	userID As Integer
)

Parameters

sendEmail
Type: System..::..Boolean
paramsendEmailM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.SendWorkflowNotification(System.Boolean,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.Collections.Generic.IEnumerable{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Users.UserInfo},System.String,System.String,System.String,System.Int32)
sendMessage
Type: System..::..Boolean
paramsendMessageM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.SendWorkflowNotification(System.Boolean,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.Collections.Generic.IEnumerable{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Users.UserInfo},System.String,System.String,System.String,System.Int32)
settings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
paramsettingsM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.SendWorkflowNotification(System.Boolean,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.Collections.Generic.IEnumerable{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Users.UserInfo},System.String,System.String,System.String,System.Int32)
roles
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'RoleInfo>)>)>
paramrolesM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.SendWorkflowNotification(System.Boolean,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.Collections.Generic.IEnumerable{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Users.UserInfo},System.String,System.String,System.String,System.Int32)
users
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'UserInfo>)>)>
paramusersM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.SendWorkflowNotification(System.Boolean,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.Collections.Generic.IEnumerable{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Users.UserInfo},System.String,System.String,System.String,System.Int32)
subject
Type: System..::..String
paramsubjectM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.SendWorkflowNotification(System.Boolean,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.Collections.Generic.IEnumerable{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Users.UserInfo},System.String,System.String,System.String,System.Int32)
body
Type: System..::..String
parambodyM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.SendWorkflowNotification(System.Boolean,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.Collections.Generic.IEnumerable{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Users.UserInfo},System.String,System.String,System.String,System.Int32)
comment
Type: System..::..String
paramcommentM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.SendWorkflowNotification(System.Boolean,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.Collections.Generic.IEnumerable{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Users.UserInfo},System.String,System.String,System.String,System.Int32)
userID
Type: System..::..Int32
paramuserIDM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.SendWorkflowNotification(System.Boolean,System.Boolean,DotNetNuke.Entities.Portals.PortalSettings,System.Collections.Generic.IEnumerable{DotNetNuke.Security.Roles.RoleInfo},System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Users.UserInfo},System.String,System.String,System.String,System.Int32)

See Also