C# Class SenseNet.Portal.Portlets.StartWorkflowPortlet

Inheritance: ContentAddNewPortlet
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

Method Description
StartWorkflowPortlet ( ) : System

Protected Methods

Method Description
AllowCreationForEmptyAllowedContentTypes ( string parentPath ) : bool
CreateChildControls ( ) : void
GetContentView ( SenseNet.ContentRepository.Content newContent ) : ContentView
GetParentPath ( ) : string
GetRequestedContentType ( ) : string
GetSelectedContentType ( ) : string
StartWorkflowButton_Click ( object sender, EventArgs e ) : void
ValidateWorkflow ( ) : void

Method Details

AllowCreationForEmptyAllowedContentTypes() protected method

protected AllowCreationForEmptyAllowedContentTypes ( string parentPath ) : bool
parentPath string
return bool

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetContentView() protected method

protected GetContentView ( SenseNet.ContentRepository.Content newContent ) : ContentView
newContent SenseNet.ContentRepository.Content
return SenseNet.Portal.UI.ContentView

GetParentPath() protected method

protected GetParentPath ( ) : string
return string

GetRequestedContentType() protected method

protected GetRequestedContentType ( ) : string
return string

GetSelectedContentType() protected method

protected GetSelectedContentType ( ) : string
return string

StartWorkflowButton_Click() protected method

protected StartWorkflowButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

StartWorkflowPortlet() public method

public StartWorkflowPortlet ( ) : System
return System

ValidateWorkflow() protected method

protected ValidateWorkflow ( ) : void
return void