Property | Type | Description |
---|
Method | Description | |
---|---|---|
UpdateEditor ( ContentItem item, |
||
UpdateItem ( ContentItem item, |
||
WithEditableNameAttribute ( ) : System |
Creates a new instance of the WithEditableAttribute class with default values.
|
|
WithEditableNameAttribute ( string title, int sortOrder ) : System |
Creates a new instance of the WithEditableAttribute class with default values.
|
|
Write ( ContentItem item, string propertyName, System writer ) : void |
Method | Description | |
---|---|---|
AddEditor ( |
protected AddEditor ( |
||
container | ||
return |
public UpdateEditor ( ContentItem item, |
||
item | ContentItem | |
editor | ||
return | void |
public UpdateItem ( ContentItem item, |
||
item | ContentItem | |
editor | ||
return | bool |
public WithEditableNameAttribute ( ) : System | ||
return | System |
public WithEditableNameAttribute ( string title, int sortOrder ) : System | ||
title | string | The label displayed to editors |
sortOrder | int | The order of this editor |
return | System |
public Write ( ContentItem item, string propertyName, System writer ) : void | ||
item | ContentItem | |
propertyName | string | |
writer | System | |
return | void |