Table of Contents

Method AddScope

Namespace
Innova.Prism.Library.Security
Assembly
Innova.Prism.Library.dll

AddScope(DirectoryScope, bool, bool, bool, bool, bool, bool, bool)

Adds a new scope to the list of directory scope options.

public void AddScope(DirectoryScope scope, bool users = false, bool groups = false, bool excludeBuiltinGroups = false, bool computers = false, bool contacts = false, bool wellknown = false, bool starting = false)

Parameters

scope DirectoryScope

The directory scope.

users bool

Indicates whether users can be selected.

groups bool

Indicates whether groups can be selected.

excludeBuiltinGroups bool

Indicates whether built-in groups should be excluded.

computers bool

Indicates whether computers can be selected.

contacts bool

Indicates whether contacts can be selected.

wellknown bool

Indicates whether well-known objects can be selected.

starting bool

Indicates whether this is the starting scope.