C# Class SenseNet.Portal.Portlets.AssignWorkflowPortlet

Inheritance: ContentAddNewPortlet
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
AssignWorkflowPortlet ( ) : System

Protected Methods

Method Description
AllowCreationForEmptyAllowedContentTypes ( string parentPath ) : bool
AssignWorkflowButton_Click ( object sender, EventArgs e ) : void
CreateChildControls ( ) : void

Private Methods

Method Description
AddContentListField ( ContentRepository content ) : void

Method Details

AllowCreationForEmptyAllowedContentTypes() protected method

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

AssignWorkflowButton_Click() protected method

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

AssignWorkflowPortlet() public method

public AssignWorkflowPortlet ( ) : System
return System

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void