C# 클래스 Sitecore.Modules.WeBlog.Data.Items.EntryItem

상속: CustomItem
파일 보기 프로젝트 열기: WeTeam/WeBlog 1 사용 예제들

공개 메소드들

메소드 설명
DoesFieldRequireWrapping ( string fieldName ) : bool
EntryItem ( System.Item innerItem ) : System

비공개 메소드들

메소드 설명
ExtractTags ( bool isEncode ) : string[]

Extracts the tags.

FormTags ( string tags ) : string

Forms the tags.

메소드 상세

DoesFieldRequireWrapping() 공개 메소드

public DoesFieldRequireWrapping ( string fieldName ) : bool
fieldName string
리턴 bool

EntryItem() 공개 메소드

public EntryItem ( System.Item innerItem ) : System
innerItem System.Item
리턴 System