---
title: es_mute_path_type_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_mute_path_type_t
---

# es_mute_path_type_t

The type of a path argument, such as a prefix or a path literal.

## Declaration

```swift
struct es_mute_path_type_t
```

## Topics

### Path Types

- [ES_MUTE_PATH_TYPE_PREFIX](endpointsecurity/es_mute_path_type_prefix.md)
- [ES_MUTE_PATH_TYPE_LITERAL](endpointsecurity/es_mute_path_type_literal.md)

### Initializers

- [init(_:)](endpointsecurity/es_mute_path_type_t/init(_:).md)
- [init(rawValue:)](endpointsecurity/es_mute_path_type_t/init(rawvalue:).md)

### Instance Properties

- [rawValue](endpointsecurity/es_mute_path_type_t/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)

## See Also

### Muting Events

- [es_mute_process(_:_:)](endpointsecurity/es_mute_process(_:_:).md)
- [es_mute_process_events(_:_:_:_:)](endpointsecurity/es_mute_process_events(_:_:_:_:).md)
- [es_muted_processes_t](endpointsecurity/es_muted_processes_t.md)
- [es_release_muted_processes(_:)](endpointsecurity/es_release_muted_processes(_:).md)
- [es_muted_processes_events(_:_:)](endpointsecurity/es_muted_processes_events(_:_:).md)
- [es_mute_path(_:_:_:)](endpointsecurity/es_mute_path(_:_:_:).md)
- [es_mute_path_events(_:_:_:_:_:)](endpointsecurity/es_mute_path_events(_:_:_:_:_:).md)
- [es_muted_paths_events(_:_:)](endpointsecurity/es_muted_paths_events(_:_:).md)
- [es_muted_paths_t](endpointsecurity/es_muted_paths_t.md)
- [es_release_muted_paths(_:)](endpointsecurity/es_release_muted_paths(_:).md)
