WinNetworkBrowserGetRegisteredDomains Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

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.

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

public string GetRegisteredDomains()

Return Value

Type: String
Xml
<root>
  <domain name="theserver" islocal="1" level="0"/><domain name="fabicam.com" islocal="0" level="0" nameformat="dns/flat" />
</root>
Exceptions

ExceptionCondition
ActiveDirectoryOperationExceptionA call to the underlying directory service resulted in an error.
ActiveDirectoryServerDownExceptionThe target server is either busy or unavailable.
See Also

Reference