C# 클래스 Sitecore.Extensions.ItemExtensions

파일 보기 프로젝트 열기: hnielsen/Sitecore.Extensions

공개 메소드들

메소드 설명
ChildrenDerivedFrom ( this item, ID templateId ) : IEnumerable
DeleteAndPublish ( this item ) : void
GetAncestors ( this item, System.Boolean descending = true ) : IEnumerable
GetReferrersAsItems ( this item ) : IEnumerable
HasLanguage ( this item, System.Language language ) : bool
HasLanguage ( this item, string languageName ) : bool
IsDerivedFromTemplate ( this item, ID templateId ) : bool
IsInContextSite ( this item ) : System.Boolean
IsPublished ( this pItem ) : bool
IsStandardValues ( this item ) : bool
IsTemplate ( this item ) : bool
IsValidForPublish ( this item ) : System.Boolean
LanguageVersionCount ( this item, System.Language lang ) : int
Publish ( this item, bool deep ) : void
UnPublish ( this item ) : void

메소드 상세

ChildrenDerivedFrom() 공개 정적인 메소드

public static ChildrenDerivedFrom ( this item, ID templateId ) : IEnumerable
item this
templateId ID
리턴 IEnumerable

DeleteAndPublish() 공개 정적인 메소드

public static DeleteAndPublish ( this item ) : void
item this
리턴 void

GetAncestors() 공개 정적인 메소드

public static GetAncestors ( this item, System.Boolean descending = true ) : IEnumerable
item this
descending System.Boolean
리턴 IEnumerable

GetReferrersAsItems() 공개 정적인 메소드

public static GetReferrersAsItems ( this item ) : IEnumerable
item this
리턴 IEnumerable

HasLanguage() 공개 정적인 메소드

public static HasLanguage ( this item, System.Language language ) : bool
item this
language System.Language
리턴 bool

HasLanguage() 공개 정적인 메소드

public static HasLanguage ( this item, string languageName ) : bool
item this
languageName string
리턴 bool

IsDerivedFromTemplate() 공개 정적인 메소드

public static IsDerivedFromTemplate ( this item, ID templateId ) : bool
item this
templateId ID
리턴 bool

IsInContextSite() 공개 정적인 메소드

public static IsInContextSite ( this item ) : System.Boolean
item this
리턴 System.Boolean

IsPublished() 공개 정적인 메소드

public static IsPublished ( this pItem ) : bool
pItem this
리턴 bool

IsStandardValues() 공개 정적인 메소드

public static IsStandardValues ( this item ) : bool
item this
리턴 bool

IsTemplate() 공개 정적인 메소드

public static IsTemplate ( this item ) : bool
item this
리턴 bool

IsValidForPublish() 공개 정적인 메소드

public static IsValidForPublish ( this item ) : System.Boolean
item this
리턴 System.Boolean

LanguageVersionCount() 공개 정적인 메소드

public static LanguageVersionCount ( this item, System.Language lang ) : int
item this
lang System.Language
리턴 int

Publish() 공개 정적인 메소드

public static Publish ( this item, bool deep ) : void
item this
deep bool
리턴 void

UnPublish() 공개 정적인 메소드

public static UnPublish ( this item ) : void
item this
리턴 void