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

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_DocPluginNames" /> Class UserPreferenceStrings.DocPluginNames

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

Doc Plugin Addons: \[DocPluginNames] plugin-id = prog.id.  The prog.id is requred and
matches COM ProgId property of the document plugin class.

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

#### Inheritance

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

## Remarks

NetServer document plugins declare the plugin-id without having to actually be COM compatible.

<p />

Another list of plugin names (Human names, not COM progid names)
is found in the PrefDescLine section, used by the user-preference GUI to let the user select
a program.

## Fields

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

Section heading

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

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.System](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.System.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.DocTemplateTypeMap](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.DocTemplateTypeMap.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.CloudServices](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.CloudServices.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Mail](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Mail.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.RequiredDynamicLoad](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.RequiredDynamicLoad.md)
