INamespaceCache Method: Get

Get
(
DMSServer As String,
ServerOrTreeName As String,
User As String,
EncryptedPassword As String
) As Object;

Parameters

[in] String DMSServer
The DMS Server

[in] String ServerOrTreeName
The Server or AD Tree name

[in] String User
The Name of the user

[in] String EncryptedPassword
The encrypted password of the user.

Description
Returns an INamespace object and caches it.

 

See Also