UNPKG

@agility/cli

Version:

Agility CLI for working with your content. (Public Beta)

8 lines (7 loc) 438 B
import * as mgmtApi from '@agility/management-sdk'; /** * Get containers from Content Sync SDK /list directory * Each file in /list represents a container with its content items * This is the REAL source of container data (not the obsolete /containers directory) */ export declare function getContainersFromFileSystem(guid: string, locale: string, isPreview: boolean, rootPath?: string, legacyFolders?: boolean): mgmtApi.Container[];