C# Class Sitecore.Modules.WeBlog.Data.Items.EntryItem

Inheritance: CustomItem
显示文件 Open project: WeTeam/WeBlog Class Usage Examples

Public Methods

Method Description
DoesFieldRequireWrapping ( string fieldName ) : bool
EntryItem ( System.Item innerItem ) : System

Private Methods

Method Description
ExtractTags ( bool isEncode ) : string[]

Extracts the tags.

FormTags ( string tags ) : string

Forms the tags.

Method Details

DoesFieldRequireWrapping() public method

public DoesFieldRequireWrapping ( string fieldName ) : bool
fieldName string
return bool

EntryItem() public method

public EntryItem ( System.Item innerItem ) : System
innerItem System.Item
return System