TestimoX

API Reference

Class

GppDriveMapEntry

Namespace ADPlayground.Gpo.Preferences
Assembly ADPlayground
Modifiers sealed

Represents a GPP Network Drive mapping item.

Inheritance

Constructors

public GppDriveMapEntry() #

Properties

public String DriveLetter { get; set; } #

Drive letter to assign (e.g., H:).

public String Path { get; set; } #

UNC path to map.

public String Label { get; set; } #

Optional drive label.

public Nullable<Boolean> Reconnect { get; set; } #

Reconnect the drive at logon.

public Nullable<Boolean> Hide { get; set; } #

Hide the drive letter.