Method | Description | |
---|---|---|
EditableTagsAttribute ( ) : System | ||
GetIndexableText ( ContentItem item ) : string | ||
UpdateEditor ( ContentItem item, |
||
UpdateItem ( ContentItem item, |
||
Write ( ContentItem item, string propertyName, System writer ) : void |
Method | Description | |
---|---|---|
AddEditor ( |
||
CreateEditor ( ) : |
Method | Description | |
---|---|---|
GetTagsText ( ContentItem item ) : string |
protected AddEditor ( |
||
container | ||
return |
protected CreateEditor ( ) : |
||
return |
public GetIndexableText ( ContentItem item ) : string | ||
item | ContentItem | |
return | string |
public UpdateEditor ( ContentItem item, |
||
item | ContentItem | |
editor | ||
return | void |
public UpdateItem ( ContentItem item, |
||
item | ContentItem | |
editor | ||
return | bool |
public Write ( ContentItem item, string propertyName, System writer ) : void | ||
item | ContentItem | |
propertyName | string | |
writer | System | |
return | void |