Enum RedirectionCapability
- Namespace
- Microsoft.WindowsAPICodePack.Shell
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Specifies the redirection capabilities for known folders.
public enum RedirectionCapability
Fields
AllowAll = 255
The known folder can be redirected.
DenyAll = 1048320
Redirection is not allowed.
DenyPermissions = 1024
The folder cannot be redirected because the calling application does not have sufficient permissions.
DenyPolicy = 512
The folder cannot be redirected because the policy prohibits redirecting this folder.
DenyPolicyRedirected = 256
The folder cannot be redirected because it is already redirected by group policy.
None = 0
Redirection capability is unknown.
Redirectable = 1
The known folder can be redirected. Currently, redirection exists only for common and user folders; fixed and virtual folders cannot be redirected.