C# Class Sitecore.ItemAdapter.FieldTypes.ItemAdapterImageUrlFieldAttribute

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

Public Methods

Method Description
ItemAdapterImageUrlFieldAttribute ( 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

ItemAdapterImageUrlFieldAttribute() public method

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