SenseNet.Services.ContentStore.ContentStoreService.GetItem2 C# (CSharp) 메소드

GetItem2() 공개 메소드

public GetItem2 ( string itemPath, bool onlyFileChildren, int start, int limit ) : Content
itemPath string
onlyFileChildren bool
start int
limit int
리턴 Content
        public Content GetItem2(string itemPath, bool onlyFileChildren, int start, int limit)
        {
            return GetItem3(itemPath, false, onlyFileChildren, start, limit);
        }