C# Class Sitecore.ItemAdapter.FieldTypes.ItemAdapterRichTextFieldAttribute

Inheritance: ItemAdapterTextFieldAttribute
Exibir arquivo Open project: Sitecore/sitecore-itemadapter

Public Methods

Method Description
ItemAdapterRichTextFieldAttribute ( string fieldId ) : System

Protected Methods

Method Description
GetValue ( System.Item item, Type propertyType, int depth ) : object

Method Details

GetValue() protected method

protected GetValue ( System.Item item, Type propertyType, int depth ) : object
item System.Item
propertyType System.Type
depth int
return object

ItemAdapterRichTextFieldAttribute() public method

public ItemAdapterRichTextFieldAttribute ( string fieldId ) : System
fieldId string
return System