---
title: "init(rawValue:)"
framework: sharedwithyoucore
role: symbol
role_heading: Initializer
path: "sharedwithyoucore/swlocalcollaborationidentifier/init(rawvalue:)"
---

# init(rawValue:)

Creates and initializes a local collaboration identifier object.

## Declaration

```swift
init(rawValue: String)
```

## Parameters

- `rawValue`: A string value for the identifier.

## See Also

### Creating a local identifier

- [init(_:)](sharedwithyoucore/swlocalcollaborationidentifier/init(_:).md)
