API Reference > imodeljs-frontend > NativeApp > DownloadBriefcaseId DownloadBriefcaseId Type alias Properties for specifying the BriefcaseId for downloading. May either specify a BriefcaseId directly (preferable) or, for backwards compatibility, a SyncMode. If SyncMode.PullAndPush is supplied, a new briefcaseId will be acquired. DownloadBriefcaseId = { briefcaseId?: never, syncMode?: SyncMode } | { briefcaseId: number, syncMode?: never } Defined in core/frontend/src/NativeApp.ts Line 25 Last Updated: 11 June, 2024