C# 클래스 SitecoreData.DataProviders.Serialization.SerializedDatabase

파일 보기 프로젝트 열기: pbering/SitecoreData 1 사용 예제들

공개 메소드들

메소드 설명
GetChildren ( string pathOrId ) : IEnumerable
GetChildren ( string pathOrId, string languageName ) : IEnumerable
GetItem ( string idOrPath ) : SyncItem
GetItem ( string idOrPath, string languageName ) : SyncItem
GetItems ( string pathOrId ) : IEnumerable
SerializedDatabase ( string serializationPath ) : System

비공개 메소드들

메소드 설명
LoadItem ( string path ) : void
LoadOneLevel ( string path ) : void
LoadTree ( string path ) : void

메소드 상세

GetChildren() 공개 메소드

public GetChildren ( string pathOrId ) : IEnumerable
pathOrId string
리턴 IEnumerable

GetChildren() 공개 메소드

public GetChildren ( string pathOrId, string languageName ) : IEnumerable
pathOrId string
languageName string
리턴 IEnumerable

GetItem() 공개 메소드

public GetItem ( string idOrPath ) : SyncItem
idOrPath string
리턴 SyncItem

GetItem() 공개 메소드

public GetItem ( string idOrPath, string languageName ) : SyncItem
idOrPath string
languageName string
리턴 SyncItem

GetItems() 공개 메소드

public GetItems ( string pathOrId ) : IEnumerable
pathOrId string
리턴 IEnumerable

SerializedDatabase() 공개 메소드

public SerializedDatabase ( string serializationPath ) : System
serializationPath string
리턴 System