Class CredentialGroupProvider
List of user groups supported by a named creditial plugin, sorted by group name.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("CredentialGroup")]
[MDOAdditionalInfoSeparator("&")]
[MDOAdditionalInfo("type", "Credential type to get list of user groups from", "ActiveDirectory")]
public class CredentialGroupProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
CredentialGroupProvider()
List of user groups supported by a named creditial plugin, sorted by group name.
Declaration
public CredentialGroupProvider()
Fields
ProviderName
List of user groups supported by a named creditial plugin, sorted by group name.
Declaration
public const string ProviderName = "CredentialGroup"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
List of user groups supported by a named creditial plugin, sorted by group name.
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)