This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public abstract class DirectoryGateway
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class DirectoryGateway

The type exposes the following properties.

Public Properties

  Name Description
Public property ConfigSection
Gets the Active Directory config section.
Public property DashboardAccessGroup
Gets the dashboard access group.
Public property DefaultDomain
Gets the default domain.
Public property ForceVisitorGroup
Gets the force visitor group.
Public property ManagerAccessGroup
Gets the manager access group.
Public property SmartsiteGroup
Gets the smartsite group.
Public property StoreFullyQualifiedLoginName
Gets a value indicating whether to store fully qualified login names.
Public property SupportedDomains
Returns a list of domain names which are supported through this gateway.
Public property SwitchProviderOnSupportedDomainsList
Determines which method of switching membership provider(s) should be used.
Public property UpdatePrimaryGroup
Gets a value indicating whether to update the primary group for existing users.

See Also

Advanced