getQuery static method

LCQuery<LCFile> getQuery()

Implementation

static LCQuery<LCFile> getQuery() {
  return new LCQuery<LCFile>('_File');
}