Directory Services |
The IADsPath interface provides methods for an ADSI client to access the Path attribute of Novell NetWare Directory Services (NDS).
You can call the property methods of this interface to obtain and modify the NDS attribute.
The IADsPath interface inherits the methods of the standard COM interfaces:
In addition, IADsPath defines the following methods.
Method | Description |
---|---|
get_Type | Gets/Puts the file type of the file system. |
put_Type | Gets/Puts the file type of the file system. |
get_VolumeName | Gets/Puts the name of an existing volume of the file system. |
put_VolumeName | Gets/Puts the name of an existing volume of the file system. |
get_Path | Gets/Puts the path of a directory of the file system. |
put_Path | Gets/Puts the path of a directory of the file system. |
The IADsPath interface defines the following properties. The preceding table includes access methods for these properties.
Property | Description |
---|---|
Path | Gets/Puts the path of a directory of the file system. |
Type | Gets/Puts the file type of the file system. |
VolumeName | Gets/Puts the name of an existing volume of the file system. |
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension
on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.