Property | Type | Description | |
---|---|---|---|
_currentUserControl |
Property | Type | Description | |
---|---|---|---|
AddSelectedNewContentView | void | ||
ContentTypeIsValid | bool | ||
FillDropDownWithContentTypeNames | void | ||
GetListItems | System.Web.UI.WebControls.ListItem[] | ||
GetOtherListItems | System.Web.UI.WebControls.ListItem[] | ||
InitializeStates | string[] | ||
SetControlsByState | void |
Method | Description | |
---|---|---|
CancelSelectClick ( object sender, |
||
ContentAddNewPortlet ( ) : System | ||
FormatTitle ( System cultureInfo, string titleFormat, string currentContentName ) : string | ||
GetRedirUrl ( string contentTypeName ) : string | ||
NewContentViewUserAction ( object sender, |
||
SelectCtButtonClick ( object sender, |
Method | Description | |
---|---|---|
AllowCreationForEmptyAllowedContentTypes ( string parentPath ) : bool | ||
CreateChildControls ( ) : void | ||
GetContentView ( SenseNet.ContentRepository.Content newContent ) : |
||
GetContextNode ( ) : Node | ||
GetParentPath ( ) : string | ||
GetRequestedContentType ( ) : string | ||
GetSelectedContentType ( ) : string | ||
LoadControlState ( object savedState ) : void | ||
LoadUserInterface ( System.Web.UI.TemplateControl page, string path ) : |
||
OnInit ( |
||
SaveControlState ( ) : object |
Method | Description | |
---|---|---|
AddSelectedNewContentView ( string selectedContentTypeName ) : void | ||
ContentTypeIsValid ( ) : bool | ||
FillDropDownWithContentTypeNames ( |
||
GetListItems ( IEnumerable |
||
GetOtherListItems ( IEnumerable |
||
InitializeStates ( ) : string[] | ||
SetControlsByState ( ) : void |
protected AllowCreationForEmptyAllowedContentTypes ( string parentPath ) : bool | ||
parentPath | string | |
return | bool |
public CancelSelectClick ( object sender, |
||
sender | object | |
e | ||
return | void |
public FormatTitle ( System cultureInfo, string titleFormat, string currentContentName ) : string | ||
cultureInfo | System | |
titleFormat | string | |
currentContentName | string | |
return | string |
protected GetContentView ( SenseNet.ContentRepository.Content newContent ) : |
||
newContent | SenseNet.ContentRepository.Content | |
return |
public GetRedirUrl ( string contentTypeName ) : string | ||
contentTypeName | string | |
return | string |
protected GetRequestedContentType ( ) : string | ||
return | string |
protected GetSelectedContentType ( ) : string | ||
return | string |
protected LoadControlState ( object savedState ) : void | ||
savedState | object | |
return | void |
protected LoadUserInterface ( System.Web.UI.TemplateControl page, string path ) : |
||
page | System.Web.UI.TemplateControl | |
path | string | |
return |
public NewContentViewUserAction ( object sender, |
||
sender | object | |
e | ||
return | void |
public SelectCtButtonClick ( object sender, |
||
sender | object | |
e | ||
return | void |