<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 18.2.0 -",
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCShareableContent/info(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SCShareableContent(cm)infoForFilter:"
  },
  "title" : "info(for:)"
}
-->

# info(for:)

Retrieves any available sharable content information that matches the provided filter.

```
class func info(for filter: SCContentFilter) -> SCShareableContentInfo
```

## Parameters

`filter`

The filter to match current sharable content against.

## Return Value

The sharable content matching the filter, or `nil` if none is found.

## Discussion

---

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)