SenseNet.Services.ContentStore.ContentStoreService.GetItem2 C# (CSharp) Method

GetItem2() public method

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