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

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

This class handles registered groups in Content Studio
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.SecuritySecurityBase
        ContentStudio.SecurityTrustee
          ContentStudio.SecurityWindowsTrustee
            ContentStudio.SecurityGroup

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

public class Group : WindowsTrustee

The Group type exposes the following members.

Constructors

  NameDescription
Public methodGroup
Initializes a new instance of the Group class
Top
Properties

  NameDescription
Protected propertyForceLDAPLevel
Retrieves the ForceLDAPLevel debug setting
(Inherited from SecurityBase.)
Protected propertyUseNetBiosDomainBinding
Gets a value that indicates whether the NetBiosDomain name should be included when binding the user SID to Active Directory.
(Inherited from SecurityBase.)
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetGroupInfo
Gets some details about the group account.
(Inherited from WindowsTrustee.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetItem(ConnectionId, SessionId, Int32)
Returns detailed information of a registered group accounts in Content Studio.
Public methodGetItem(ConnectionId, SessionId, String, Int32, String)
Returns detailed information of a registered group accounts in Content Studio.
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetList(ConnectionId, SessionId, String, Int32, String)
Returns a paged list with detailed information of registered group accounts in Content Studio.
Public methodGetList(ConnectionId, SessionId, Int32, Int32, Int32, Int32)
Returns a paged list with detailed information of registered group accounts in Content Studio.
Public methodGetList(ConnectionId, SessionId, String, Int32, Int32, Int32, Int32)
Returns a paged list with detailed information of registered group accounts in Content Studio.
Public methodGetMemberInfo(ConnectionId, SessionId, Int32)
Returns the users that are members of the group.
(Overrides TrusteeGetMemberInfo(ConnectionId, SessionId, Int32).)
Public methodGetMemberInfo(ConnectionId, SessionId, String, Int32, String)
Returns the users that are members of the group.
(Overrides TrusteeGetMemberInfo(ConnectionId, SessionId, String, Int32, String).)
Public methodGetType (Inherited from Object.)
Protected methodGetUserInfo
Gets some details about the users account. Initially the method tries with the LDAP provider and after that with the WinNT-provider.
(Inherited from WindowsTrustee.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodRefresh Obsolete.
Verifies a group registered in Content Studio or registers a new group. If the group is missing in Content Studio it will be registered.
Public methodRegister Obsolete.
Verifies a group registered in Content Studio or registers a new group. If the group is missing in Content Studio it will be registered.
Public methodRemove(ConnectionId, SessionId, Int32)
Unregisters a group in Content Studio
Public methodRemove(ConnectionId, SessionId, String, Int32, String)
Unregisters a group in Content Studio
Public methodToString (Inherited from Object.)
Public methodUnRegister Obsolete.
Unregisters a group in Content Studio
Protected methodUserNamesFromNTAccount
Gets the Domain and UserName from the NTAccount object.
(Inherited from WindowsTrustee.)
Public methodVerify(ConnectionId, SessionId, String)
Verifies a group registered in Content Studio or registers a new group. If the group is missing in Content Studio it will be registered.
Public methodVerify(ConnectionId, SessionId, String, String)
Verifies a group registered in Content Studio or registers a new group. If the group is missing in Content Studio it will be registered.
Public methodVerify(ConnectionId, SessionId, String, Int32, String)
Verifies a group registered in Content Studio or registers a new group. If the group is missing in Content Studio it will be registered.
Public methodVerify(ConnectionId, SessionId, String, String, String, String, Boolean)
Verifies a group registered in Content Studio or registers a new group. If the group is missing in Content Studio it will be registered.
Top
See Also

Reference