> ## 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.UserPreferenceStrings.NotificationSms

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationSms" /> Class UserPreferenceStrings.NotificationSms

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

```csharp theme={null}
public static class UserPreferenceStrings.NotificationSms
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[UserPreferenceStrings.NotificationSms](SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationSms.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)

## Fields

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationSms_NotifySmsCustomMessage" /> NotifySmsCustomMessage

(BOOL) Indicates if the user wants custom message notifications.

```csharp theme={null}
public const string NotifySmsCustomMessage = "notifySmsCustomMessage"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationSms_NotifySmsFavouriteRequest" /> NotifySmsFavouriteRequest

(BOOL) Indicates if the user wants notifications when one of his/her favourite requests are updated.

```csharp theme={null}
public const string NotifySmsFavouriteRequest = "notifySmsFavouriteRequest"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationSms_NotifySmsNewMessage" /> NotifySmsNewMessage

(BOOL) Indicates if the user wants notifications when one of his/her requests has a new message.

```csharp theme={null}
public const string NotifySmsNewMessage = "notifySmsNewMessage"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationSms_NotifySmsNewRequest" /> NotifySmsNewRequest

(BOOL) Indicates if the user wants notifications when he/she is assigned a new request.

```csharp theme={null}
public const string NotifySmsNewRequest = "notifySmsNewRequest"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationSms_NotifySmsRequestActivated" /> NotifySmsRequestActivated

(BOOL) Indicates if the user wants notifications when one of his/her requests were activated.

```csharp theme={null}
public const string NotifySmsRequestActivated = "notifySmsRequestActivated"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationSms_NotifySmsRequestAssignedAway" /> NotifySmsRequestAssignedAway

(BOOL) Indicates if the user wants notifications when one of his/her requests were taken by someone else.

```csharp theme={null}
public const string NotifySmsRequestAssignedAway = "notifySmsRequestAssignedAway"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationSms_NotifySmsRequestEscalated" /> NotifySmsRequestEscalated

(BOOL) Indicates if the user wants notifications when one of his/her requests were escalated.

```csharp theme={null}
public const string NotifySmsRequestEscalated = "notifySmsRequestEscalated"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_NotificationSms_Section" /> Section

```csharp theme={null}
public const string Section = "notificationSms"
```

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.Notification](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Notification.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationEmail](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationEmail.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.SalesNotification](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.SalesNotification.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.SystemNotification](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.SystemNotification.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.EmailNotification](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.EmailNotification.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Mail](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Mail.md)
