contentAtPath method

SearchResult contentAtPath(
  1. Path path
)

Implementation

SearchResult contentAtPath(Path path) {
  return mainContentContainer.contentAtPath(path);
}