ContentStudioPrincipal Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Represents a Content Studio user.
Inheritance Hierarchy

SystemObject
  ContentStudio.SecurityContentStudioPrincipal

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class ContentStudioPrincipal : IPrincipal

The ContentStudioPrincipal type exposes the following members.

Constructors

  NameDescription
Public methodContentStudioPrincipal
Initializes a new instance of the ContentStudioPrincipal class.
Top
Properties

  NameDescription
Public propertyIdentity
Gets the identity of the current principal.
Public propertyOriginalIdentity
Gets the original identity.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsInRole(WindowsBuiltInRole)
Determines whether the current principal belongs to a specified Windows user group..
Public methodIsInRole(String)
Determines whether the current principal belongs to a specified user group..
Public methodToString (Inherited from Object.)
Top
See Also

Reference