Skip to content

@salesforce/b2c-tooling-sdk / cli / WEBDAV_ROOTS

Variable: WEBDAV_ROOTS ​

const WEBDAV_ROOTS: object

Defined in: packages/b2c-tooling-sdk/src/cli/webdav-command.ts:15

WebDAV root location identifiers.

These map to the standard B2C Commerce WebDAV directories.

Type Declaration ​

CARTRIDGES ​

readonly CARTRIDGES: "Cartridges" = 'Cartridges'

CATALOGS ​

readonly CATALOGS: "Catalogs" = 'Catalogs'

IMPEX ​

readonly IMPEX: "Impex" = 'Impex'

LIBRARIES ​

readonly LIBRARIES: "Libraries" = 'Libraries'

LOGS ​

readonly LOGS: "Logs" = 'Logs'

REALMDATA ​

readonly REALMDATA: "Realmdata" = 'Realmdata'

SECURITYLOGS ​

readonly SECURITYLOGS: "Securitylogs" = 'Securitylogs'

STATIC ​

readonly STATIC: "Static" = 'Static'

TEMP ​

readonly TEMP: "Temp" = 'Temp'

Released under the Apache-2.0 License.