• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.ActiveDirectory
    • ActiveDirectoryExtensions
    • ActiveDirectoryGlobals
    • AdPropertyAttribute
    • IAdObject
    • IAdObjectFactory
  • Dapplo.ActiveDirectory.Entities
    • Comparisons
    • DistinguishedName
    • Operators
    • Property
    • PropertyComparison
    • Query
    • QueryElement
    • Value
  • Dapplo.ActiveDirectory.Enums
    • AdProperties
    • ClassNames
    • ComputerProperties
    • DistinguishedNameAttributes
    • UserAccountControlFlags
    • UserProperties
  • Dapplo.ActiveDirectory.Extensions
    • AdDateTimeExtensions
    • DirectoryEntryPropertyExtensions
    • EnumExtensions
    • PropertyInfoExtension
  • Dapplo.ActiveDirectory.Finder
    • FinderAddonModule
    • Startup
  • Dapplo.ActiveDirectory.Finder.Configuration
    • IFinderTranslations
  • Dapplo.ActiveDirectory.Finder.Entities
    • IUser
  • Dapplo.ActiveDirectory.Finder.Ui.ViewModels
    • FinderViewModel
  • Dapplo.ActiveDirectory.Finder.Ui.Views
    • FinderView
  • Dapplo.ActiveDirectory.Internal
    • IAdsLargeInteger
    • IADsSecurityDescriptor
    • SimpleDictionaryProxy

Namespace Dapplo.ActiveDirectory.Enums

Enums

AdProperties

Ad generic properties, this is what every entry has

ClassNames

This enum specifiesmost known ObjectClass or ObjectCategory values. They are not testet, and the name in the information "might" not represent the name in the LDAP. See for a complete list here

ComputerProperties

These are some possible user "attributes". If you need your own you can just create an enum like this and use it.

DistinguishedNameAttributes

See: https://msdn.microsoft.com/en-us/library/windows/desktop/aa366101.aspx

UserAccountControlFlags

This can be used with queries using the userAccountControl See here for more information.

UserProperties

These are some possible user "attributes", but if you need your own you can just create an enum like this and use it. Here is a list of user attributes which should always be available as they are standard: http://www.selfadsi.org/user-attributes.htm

In This Article
Back to top Copyright © Dapplo