> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Selection RemoveSelectionMembersFromSearchRequest

# <a id="SuperOffice_WebApi_Data_Selection_RemoveSelectionMembersFromSearchRequest" /> Class Selection\_RemoveSelectionMembersFromSearchRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class Selection_RemoveSelectionMembersFromSearchRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Selection\_RemoveSelectionMembersFromSearchRequest](SuperOffice.WebApi.Data.Selection_RemoveSelectionMembersFromSearchRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Selection_RemoveSelectionMembersFromSearchRequest__ctor" /> Selection\_RemoveSelectionMembersFromSearchRequest()

```csharp theme={null}
public Selection_RemoveSelectionMembersFromSearchRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Selection_RemoveSelectionMembersFromSearchRequest_SelectionId" /> SelectionId

```csharp theme={null}
public int SelectionId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Selection_RemoveSelectionMembersFromSearchRequest_StorageKey" /> StorageKey

```csharp theme={null}
public string StorageKey { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Data.Selection RemoveContactSelectionMembersFromSearchRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveContactSelectionMembersFromSearchRequest.md)
- [SuperOffice.WebApi.Data.Selection RemoveSelectionMembersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveSelectionMembersRequest.md)
- [SuperOffice.WebApi.Data.Selection RemoveContactSelectionMembersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveContactSelectionMembersRequest.md)
- [SuperOffice.WebApi.Data.Selection RemoveSelectionMembersByIdRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveSelectionMembersByIdRequest.md)
- [SuperOffice.WebApi.Data.Selection RemoveContactSelectionMembersFromIdsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_RemoveContactSelectionMembersFromIdsRequest.md)
- [SuperOffice.WebApi.Data.Selection AddRemoveContactSelectionMemberInterestsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_AddRemoveContactSelectionMemberInterestsRequest.md)
