<!--
{
  "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

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

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

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

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

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

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



---

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)