C# Class Sitecore.ItemAdapter.FieldTypes.ItemAdapterFileUrlFieldAttribute

Inheritance: ItemAdapterTextFieldAttribute
Datei anzeigen Open project: Sitecore/sitecore-itemadapter

Public Methods

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

ItemAdapterFileUrlFieldAttribute() public method

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