PersistentChatPrincipalType Enum

Definition

Enumerates a type of user or user group.

public enum class PersistentChatPrincipalType
public enum PersistentChatPrincipalType
type PersistentChatPrincipalType = 
Public Enum PersistentChatPrincipalType
Inheritance
PersistentChatPrincipalType

Fields

DirectoryFolder 2

The principal is an Active Directory container, such as an organization unit.

DirectoryGroup 1

The principal is an Active Directory security group or distribution list.

Domain 3

The principal is an Active Directory domain.

LocalUser 0

The principal is a SIP-enabled Active Directory user.

Remarks

A PersistentChatPrincipal is a permissionable entity. Permissions may be assigned to a variety of types of users and user groups. The specific type of user or user group that is represented by a Type is specified by this enumeration.

Applies to