> ## 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.ZFD

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_ZFD" /> Class UserPreferenceStrings.ZFD

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

Preferences for Zero Footprint Documents

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

#### Inheritance

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

(STRING) Currently configured Zero Footprint Documents provider (SoArc, Sharepoint)

```csharp theme={null}
public const string CurrentZFDProvider = "CurrentZFDProvider"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_ZFD_HasConfiguredGoogle" /> HasConfiguredGoogle

(BOOL) Signalizes if Google is configured or not

```csharp theme={null}
public const string HasConfiguredGoogle = "HasConfiguredGoogle"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_ZFD_HasConfiguredSharepoint" /> HasConfiguredSharepoint

(BOOL) Signalizes if SharePoint is configured or not

```csharp theme={null}
public const string HasConfiguredSharepoint = "HasConfiguredSharepoint"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_ZFD_IncludeEmail" /> IncludeEmail

(BOOL) Signalizes if ZFD should include email

```csharp theme={null}
public const string IncludeEmail = "IncludeEmail"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_ZFD_PreferredZFDProvider" /> PreferredZFDProvider

(STRING) Preffered Zero Footprint Documents provider (SoArc, Sharepoint)

```csharp theme={null}
public const string PreferredZFDProvider = "PreferredZFDProvider"
```

#### Field Value

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

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

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

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Person](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Person.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Project](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Project.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Quote](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Quote.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Sale](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Sale.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.ROU](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.ROU.md)
