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

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

This class contains methods for interaction with the NT and Active directory account system.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.SecurityWinNetworkBrowser

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

public class WinNetworkBrowser : CSBase

The WinNetworkBrowser type exposes the following members.

Constructors

  NameDescription
Public methodWinNetworkBrowser
Initializes a new instance of the WinNetworkBrowser class
Top
Methods

  NameDescription
Public methodADSearch(String, Int32, String)
Searches the Active Directory and returns the objects found along with optional properties.
Public methodCode exampleADSearch(String, WinNetworkBrowserCriteriaTypes, String, String, String, String, WinNetworkBrowserADObjectClasses, String, String)
Searches the Active Directory and returns the objects found along with optional properties.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEnumerateTrustees
Returns a list of trustees from the network of from the local machine. The document is a complete list of all documents that exists but grouped in pages. Avoid using this method to list users in domains with a large number of users.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetRegisteredDomains
Returns a list of domains available at the server. This includes a list of all domains in the forest and the server itself provided that the server is not a domain controller. The local domain name is returned as the flat (netBIOS) name and domain names are returned as DNS names. NT 4 domains are not supported and in the case the Content Studio server is member of a NT 4 domain the machine is considered being stand-alone.
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodLookupAccountName(String)
Tests if the account name exists in the underlying system and returns basic data about the account
Public methodLookupAccountName(String, String)
Tests if the account name exists in the underlying system and returns basic data about the account.
Public methodLookupAccountSid
Tests if the account sid exists in the underlying system and returns basic data about the account it represents.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberDEFAULT_SEARCH_SIZE
The default maximum entries that can be returned with each AD Search operation. This value is 100.
Top
See Also

Reference