<!--
{
  "availability" : [
    "macOS: 10.8.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSharingService/SharingContentScope",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSSharingContentScope"
  },
  "title" : "NSSharingService.SharingContentScope"
}
-->

# NSSharingService.SharingContentScope

The sharing scope constants specify the nature of the things you are sharing.

```
enum SharingContentScope
```

## Topics

### Constants

[`NSSharingContentScopeItem`](/documentation/AppKit/NSSharingService/SharingContentScope/item)

Used when sharing a clearly identified item, for example, a file represented by its icon.

[`NSSharingContentScopePartial`](/documentation/AppKit/NSSharingService/SharingContentScope/partial)

Used when sharing a portion of a more global content, for example, part of a webpage.

[`NSSharingContentScopeFull`](/documentation/AppKit/NSSharingService/SharingContentScope/full)

Used when sharing the whole content of the current document, for example, the URL of the webpage.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

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)