C# 클래스 Sitecore.SharedSource.Commons.ItemReference.ItemReferenceObject

파일 보기 프로젝트 열기: Velir/Sitecore-Commons 1 사용 예제들

공개 메소드들

메소드 설명
CheckReferences ( Type type ) : List

Verified that the references exist in the context database

CheckReferences ( Type type, Database database ) : List

Verified that the references exist in the specified database

ItemReferenceObject ( string itemGuid ) : Sitecore.Data.Items

메소드 상세

CheckReferences() 공개 정적인 메소드

Verified that the references exist in the context database
public static CheckReferences ( Type type ) : List
type System.Type
리턴 List

CheckReferences() 공개 정적인 메소드

Verified that the references exist in the specified database
public static CheckReferences ( Type type, Database database ) : List
type System.Type
database Database
리턴 List

ItemReferenceObject() 공개 메소드

public ItemReferenceObject ( string itemGuid ) : Sitecore.Data.Items
itemGuid string
리턴 Sitecore.Data.Items