summaryM:DotNetNuke.Data.DataProvider.AddContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
Namespace: DotNetNuke.DataAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in Platform 7.4.0")] public virtual int AddContentWorkflow( int portalId, string workflowName, string description, bool isDeleted, bool startAfterCreating, bool startAfterEditing, bool dispositionEnabled ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in Platform 7.4.0")> Public Overridable Function AddContentWorkflow ( portalId As Integer, workflowName As String, description As String, isDeleted As Boolean, startAfterCreating As Boolean, startAfterEditing As Boolean, dispositionEnabled As Boolean ) As Integer |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Data.DataProvider.AddContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- workflowName
- Type: System..::..String
paramworkflowNameM:DotNetNuke.Data.DataProvider.AddContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- description
- Type: System..::..String
paramdescriptionM:DotNetNuke.Data.DataProvider.AddContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- isDeleted
- Type: System..::..Boolean
paramisDeletedM:DotNetNuke.Data.DataProvider.AddContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- startAfterCreating
- Type: System..::..Boolean
paramstartAfterCreatingM:DotNetNuke.Data.DataProvider.AddContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- startAfterEditing
- Type: System..::..Boolean
paramstartAfterEditingM:DotNetNuke.Data.DataProvider.AddContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- dispositionEnabled
- Type: System..::..Boolean
paramdispositionEnabledM:DotNetNuke.Data.DataProvider.AddContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)