---
title: "info(for:)"
framework: screencapturekit
role: symbol
role_heading: Type Method
path: "screencapturekit/scshareablecontent/info(for:)"
---

# info(for:)

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

## Declaration

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

## Parameters

- `filter`: The filter to match current sharable content against.

## Return Value

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

## See Also

### Retrieving shareable content

- [getWithCompletionHandler(_:)](screencapturekit/scshareablecontent/getwithcompletionhandler(_:).md)
- [getExcludingDesktopWindows(_:onScreenWindowsOnly:completionHandler:)](screencapturekit/scshareablecontent/getexcludingdesktopwindows(_:onscreenwindowsonly:completionhandler:).md)
- [getExcludingDesktopWindows(_:onScreenWindowsOnlyAbove:completionHandler:)](screencapturekit/scshareablecontent/getexcludingdesktopwindows(_:onscreenwindowsonlyabove:completionhandler:).md)
- [getExcludingDesktopWindows(_:onScreenWindowsOnlyBelow:completionHandler:)](screencapturekit/scshareablecontent/getexcludingdesktopwindows(_:onscreenwindowsonlybelow:completionhandler:).md)
