---
title: contextIdentifierPath
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsuseractivity/contextidentifierpath
---

# contextIdentifierPath

The identifier path associated with a user activity generated by an app that adopts ClassKit.

## Declaration

```swift
var contextIdentifierPath: [String]? { get }
```

## Discussion

Discussion If you receive an NSUserActivity instance that has its isClassKitDeepLink property set to true, then the activity’s contextIdentifierPath contains the identifier path of the context associated with the assignment that the user tapped to generate the user activity. See Linking directly to assignments for more information.

## See Also

### Accessing feature-specific data

- [appClipActivationPayload](foundation/nsuseractivity/appclipactivationpayload.md)
- [detectedBarcodeDescriptor](foundation/nsuseractivity/detectedbarcodedescriptor.md)
- [mapItem](foundation/nsuseractivity/mapitem.md)
- [ndefMessagePayload](foundation/nsuseractivity/ndefmessagepayload.md)
- [isClassKitDeepLink](foundation/nsuseractivity/isclasskitdeeplink.md)
- [widgetConfigurationIntent(of:)](foundation/nsuseractivity/widgetconfigurationintent(of:).md)
