API Reference
Class
FolderRedirectionEntry
One redirected folder entry.
Inheritance
- Object
- FolderRedirectionEntry
Constructors
public FolderRedirectionEntry() #Inherited Methods
Properties
public String Folder { get; set; } #Name of the special folder (e.g., Documents, Desktop).
public String Target { get; set; } #Target/Type (Basic/Advanced or special handling flag).
public String Path { get; set; } #Target path (e.g., \\server\share\%username%\Documents).
public Nullable<Boolean> MoveContents { get; set; } #Move contents to new location.
public Nullable<Boolean> GrantExclusiveRights { get; set; } #Grant the user exclusive rights.
public String PolicyRemoval { get; set; } #Policy removal behavior (e.g., Redirect to local userprofile).