NWVolAdm Control
|
The NWVolAdm Control is the top-level object with features to manage a NetWare volume. It provides properties to monitor volume details and user disk space, and methods to load and unload a volume. Use this object to
Developer Tips: This control manages disk space as an NWSpaceLimits collection, and files and directories as NWEntry objects. Select the volume using the NWVolAdm.FullName property. Syntax NWVolAdm1 (for early binding at design time) NWVolAdmLib.NWVolAdmCtrl.1 (for late binding at run time) |
Illustrates the various objects and collection of the control: NWVolAdm, NWEntry, NWFile, NWNetworkNames, NWNetworkName, NWTrustees, NWTrustee, NWRights, NWEntries, NWSpaceLimits, and NWSpaceLimit
|
Remarks
After creating an NWVolAdm Control, set the FullName property using the Property Page. This identifies the volume on the network that you are accessing.
See Also