Property | Type | Description | |
---|---|---|---|
IContentTransformer | bool | ||
IsManualSummary | bool |
Method | Description | |
---|---|---|
EditableSummaryAttribute ( ) : System.Linq | ||
EditableSummaryAttribute ( string title, int sortOrder ) : System.Linq | ||
UpdateEditor ( ContentItem item, System editor ) : void | ||
UpdateItem ( ContentItem item, System editor ) : bool |
Method | Description | |
---|---|---|
AddEditor ( System container ) : System.Web.UI.Control |
Method | Description | |
---|---|---|
IContentTransformer ( ContentItem item ) : bool | ||
IsManualSummary ( ContentItem item ) : bool |
protected AddEditor ( System container ) : System.Web.UI.Control | ||
container | System | |
return | System.Web.UI.Control |
public EditableSummaryAttribute ( ) : System.Linq | ||
return | System.Linq |
public EditableSummaryAttribute ( string title, int sortOrder ) : System.Linq | ||
title | string | |
sortOrder | int | |
return | System.Linq |
public UpdateEditor ( ContentItem item, System editor ) : void | ||
item | ContentItem | |
editor | System | |
return | void |
public UpdateItem ( ContentItem item, System editor ) : bool | ||
item | ContentItem | |
editor | System | |
return | bool |