<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "LockedCameraCapture",
  "identifier" : "/documentation/LockedCameraCapture/LockedCameraCaptureManager/sessionContentURLs",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "LockedCameraCapture"
    ],
    "preciseIdentifier" : "s:19LockedCameraCapture0abC7ManagerC18sessionContentURLsSay10Foundation3URLVGvp"
  },
  "title" : "sessionContentURLs"
}
-->

# sessionContentURLs

An array of URLs that each point to a directory containing captured content.

```
final var sessionContentURLs: [URL] { get }
```

## Discussion

Content in the URLs is captured during a capture
extension’s [`LockedCameraCaptureSession`](/documentation/LockedCameraCapture/LockedCameraCaptureSession). These
directories are located within the capture extension’s containing app’s data container.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)