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

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

This class handles search operations for trustees in Content Studio.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.SecuritySecurityBase
        ContentStudio.SecurityTrusteeSearcher

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

public class TrusteeSearcher : SecurityBase

The TrusteeSearcher type exposes the following members.

Constructors

  NameDescription
Public methodTrusteeSearcher
Initializes a new instance of the TrusteeSearcher 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.)
Public methodCode exampleFindTrustees(ConnectionId, SessionId, AccountType, String, Int32)
Finds trustes (groups or users) in CS that matches a certain criteria.
Public methodFindTrustees(ConnectionId, SessionId, String, Int32, String)
Finds trustes (groups or users) in CS that matches a certain criteria.
Public methodCode exampleFindTrustees(ConnectionId, SessionId, AccountType, String, String, Int32)
Finds trustes (groups or users) in CS that matches a certain criteria.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodCode exampleLookupAccountSID
Searches a registered group or user account in Content Studio given its security identifier.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Public methodUsersFromIDList(ConnectionId, SessionId, String, Int32)
Returns a list of users from a comma-separated list of user IDs. Used by the user picker dialog.
Public methodUsersFromIDList(ConnectionId, SessionId, String, Int32, String)
Returns a list of users from a comma-separated list of user IDs. Used by the user picker dialog.
Public methodUsersFromSIDList(ConnectionId, SessionId, String, Int32)
Returns a list of users from a comma-separated list of user SIDs. Used by the user picker dialog.
Public methodUsersFromSIDList(Int32, Int32, String, Int32, String)
Returns a list of users from a comma-separated list of user SIDs. Used by the user picker dialog.
Top
See Also

Reference