This method returns the user that started the workflow for the contentItem.
Namespace: DotNetNuke.Entities.Content.WorkflowAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
UserInfo GetStartedDraftStateUser( ContentItem contentItem ) |
| Visual Basic |
|---|
Function GetStartedDraftStateUser ( contentItem As ContentItem ) As UserInfo |
Parameters
- contentItem
- Type: DotNetNuke.Entities.Content..::..ContentItem
ContentItem
Return Value
User Info
Remarks
If Content Item has no workflow, returns null.