IPrincipalInfo Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents basic information about a security principal

Namespace: ContentStudio.EventActions.SynchronousEventHandlers
Assembly: SyncEvtHand (in SyncEvtHand.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IPrincipalInfo

The IPrincipalInfo type exposes the following members.

Properties

  NameDescription
Public propertyIdentifier
Gets the Content Studio identifier of the principal.
Public propertyIsRole
Gets a value indicating whether the principal represents a role or group rather than a user.
Public propertyName
Gets the name of the principal.
Public propertySecurityIdentifier
Gets the security identifier of the principal.
Top
Remarks

Note Note
This interface was added in Content Studio 5.3
See Also

Reference